From 2d3af47407cdd95f3983f0379cc8f378e9b564db Mon Sep 17 00:00:00 2001 From: David M Date: Wed, 18 Oct 2006 21:39:28 +0000 Subject: [PATCH] #4812 #4804 git-svn-id: file:///svn/phpbb/trunk@6509 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 324a6f432b..0ca9824203 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -997,7 +997,7 @@ class install_install extends module // If mysql is chosen, we need to adjust the schema filename slightly to reflect the correct version. ;) if ($dbms == 'mysql') { - if ($db->sql_layer == 'mysql4' && version_compare($db->mysql_version, '4.1.3', '>=')) + if (version_compare($db->mysql_version, '4.1.3', '>=')) { $this->available_dbms[$dbms]['SCHEMA'] .= '_41'; }