mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-03 00:28:53 +00:00
git-svn-id: file:///svn/phpbb/trunk@6747 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
96858686ff
commit
9164895301
1 changed files with 1 additions and 1 deletions
|
@ -1325,7 +1325,7 @@ class acp_database
|
||||||
|
|
||||||
if ($has_index_type === null)
|
if ($has_index_type === null)
|
||||||
{
|
{
|
||||||
if ($db->sql_layer === 'mysqli' || version_compare($this->mysql_version, '4.0.2', '>='))
|
if ($db->sql_layer === 'mysqli' || version_compare($db->mysql_version, '4.0.2', '>='))
|
||||||
{
|
{
|
||||||
$has_index_type = true;
|
$has_index_type = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue