1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

better sorting is more important ;)

git-svn-id: file:///svn/phpbb/trunk@7206 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-03-18 12:05:51 +00:00
parent 09e2b89917
commit 5e797fbb17
3 changed files with 3 additions and 3 deletions

View File

@@ -387,7 +387,7 @@ foreach ($supported_dbms as $dbms)
}
else if ($dbms === 'mysql_41' && $column_data[2] == 'true_sort')
{
$line .= ' COLLATE utf8_general_ci';
$line .= ' COLLATE utf8_unicode_ci';
}
}