mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
#4804 git-svn-id: file:///svn/phpbb/trunk@6509 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
025d0bf757
commit
2d3af47407
1 changed files with 1 additions and 1 deletions
|
@ -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 mysql is chosen, we need to adjust the schema filename slightly to reflect the correct version. ;)
|
||||||
if ($dbms == 'mysql')
|
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';
|
$this->available_dbms[$dbms]['SCHEMA'] .= '_41';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue