mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16741] Fix coding style issue
PHPBB3-16741
This commit is contained in:
committed by
Tristan Darricau
parent
522a17199d
commit
300e5399f5
@@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user