aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-03-18 12:05:51 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-03-18 12:05:51 +0000
commit5e797fbb171103ef5442662281a9f89e61e54ffe (patch)
treecfc1135bdc82f765850208652dd0416363cd7270 /phpBB/install/database_update.php
parent09e2b89917b52431d485e76087cd9d3c1f6c0be7 (diff)
downloadforums-5e797fbb171103ef5442662281a9f89e61e54ffe.tar
forums-5e797fbb171103ef5442662281a9f89e61e54ffe.tar.gz
forums-5e797fbb171103ef5442662281a9f89e61e54ffe.tar.bz2
forums-5e797fbb171103ef5442662281a9f89e61e54ffe.tar.xz
forums-5e797fbb171103ef5442662281a9f89e61e54ffe.zip
better sorting is more important ;)
git-svn-id: file:///svn/phpbb/trunk@7206 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index cfecb3d729..e037d26f30 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -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)