git-svn-id: file:///svn/phpbb/trunk@6747 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2006-12-11 20:07:57 +00:00
parent 96858686ff
commit 9164895301

View file

@ -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;
} }