mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16741] Fix coding style issue
PHPBB3-16741
This commit is contained in:
parent
522a17199d
commit
300e5399f5
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class table_helper
|
|||
{
|
||||
$doctrine_options['autoincrement'] = true;
|
||||
}
|
||||
elseif ($dbms_layer === 'mysql' && $column_data[2] === 'true_sort')
|
||||
else if ($dbms_layer === 'mysql' && $column_data[2] === 'true_sort')
|
||||
{
|
||||
$doctrine_options['platformoptions']['collation'] = 'utf8_unicode_ci';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue