mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/9725] Code sniffer fixes
PHPBB3-9725
This commit is contained in:
parent
aaa846cb3a
commit
79492d4110
1 changed files with 4 additions and 4 deletions
|
@ -472,7 +472,7 @@ class phpbb_db_tools
|
||||||
{
|
{
|
||||||
if (!isset($table_data['PRIMARY_KEY']))
|
if (!isset($table_data['PRIMARY_KEY']))
|
||||||
{
|
{
|
||||||
$table_data['COLUMNS']['mssqlindex'] = array('UINT', NULL, 'auto_increment');
|
$table_data['COLUMNS']['mssqlindex'] = array('UINT', null, 'auto_increment');
|
||||||
$table_data['PRIMARY_KEY'] = 'mssqlindex';
|
$table_data['PRIMARY_KEY'] = 'mssqlindex';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue