aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-10-18 21:39:28 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-10-18 21:39:28 +0000
commit2d3af47407cdd95f3983f0379cc8f378e9b564db (patch)
tree0174787240367e8185f5a81bbab699d6a7670213
parent025d0bf7571d32db014f84db9ec09af28a0ef23e (diff)
downloadforums-2d3af47407cdd95f3983f0379cc8f378e9b564db.tar
forums-2d3af47407cdd95f3983f0379cc8f378e9b564db.tar.gz
forums-2d3af47407cdd95f3983f0379cc8f378e9b564db.tar.bz2
forums-2d3af47407cdd95f3983f0379cc8f378e9b564db.tar.xz
forums-2d3af47407cdd95f3983f0379cc8f378e9b564db.zip
#4812
#4804 git-svn-id: file:///svn/phpbb/trunk@6509 89ea8834-ac86-4346-8a33-228a782c2dd0
-rwxr-xr-xphpBB/install/install_install.php2
1 files changed, 1 insertions, 1 deletions
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';
}