From 91648953010419115776758615679ef894f519cf Mon Sep 17 00:00:00 2001 From: David M Date: Mon, 11 Dec 2006 20:07:57 +0000 Subject: [PATCH] #6164 git-svn-id: file:///svn/phpbb/trunk@6747 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acp/acp_database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/acp/acp_database.php b/phpBB/includes/acp/acp_database.php index f1449853ad..1059d4940d 100644 --- a/phpBB/includes/acp/acp_database.php +++ b/phpBB/includes/acp/acp_database.php @@ -1325,7 +1325,7 @@ class acp_database 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; }