mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
git-svn-id: file:///svn/phpbb/trunk@7225 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d5eb8a4478
commit
22208702a3
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ if (version_compare($current_version, '3.0.b5', '<='))
|
||||||
// sorting thang
|
// sorting thang
|
||||||
if ($map_dbms === 'mysql_41')
|
if ($map_dbms === 'mysql_41')
|
||||||
{
|
{
|
||||||
sql_column_change($dbms, TOPICS_TABLE, 'topic_title', 'varchar(100) DEFAULT \'\' NOT NULL COLLATE utf8_unicode_ci');
|
sql_column_change($map_dbms, TOPICS_TABLE, 'topic_title', 'varchar(100) DEFAULT \'\' NOT NULL COLLATE utf8_unicode_ci');
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($config['fulltext_native_common_thres'] == 20)
|
if ($config['fulltext_native_common_thres'] == 20)
|
||||||
|
|
Loading…
Add table
Reference in a new issue