1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +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

@@ -743,7 +743,7 @@ if (version_compare($current_version, '3.0.b6', '<='))
// sorting thang
if ($map_dbms === 'mysql_41')
{
sql_column_change($dbms, TOPICS_TABLE, 'topic_title', 'varchar(100) DEFAULT \'\' NOT NULL COLLATE utf8_general_ci');
sql_column_change($dbms, TOPICS_TABLE, 'topic_title', 'varchar(100) DEFAULT \'\' NOT NULL COLLATE utf8_unicode_ci');
}
if ($config['fulltext_native_common_thres'] == 20)