mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-15 21:44:56 +01:00
#4804 git-svn-id: file:///svn/phpbb/trunk@6509 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
025d0bf757
commit
2d3af47407
@ -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';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user