mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Change the test so that sqlite is happy a well
git-svn-id: file:///svn/phpbb/trunk@6078 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -520,7 +520,7 @@ class install_install extends module
|
||||
$$var = request_var($var, '');
|
||||
}
|
||||
|
||||
if ($dbname == '')
|
||||
if ($dbms == '')
|
||||
{
|
||||
// Someone's been silly and tried calling this page direct
|
||||
// So we send them back to the start to do it again properly
|
||||
@@ -679,7 +679,7 @@ class install_install extends module
|
||||
$$var = request_var($var, '');
|
||||
}
|
||||
|
||||
if ($dbname == '')
|
||||
if ($dbms == '')
|
||||
{
|
||||
// Someone's been silly and tried calling this page direct
|
||||
// So we send them back to the start to do it again properly
|
||||
@@ -823,7 +823,7 @@ class install_install extends module
|
||||
$$var = request_var($var, '');
|
||||
}
|
||||
|
||||
if ($dbname == '')
|
||||
if ($dbms == '')
|
||||
{
|
||||
// Someone's been silly and tried calling this page direct
|
||||
// So we send them back to the start to do it again properly
|
||||
@@ -899,7 +899,7 @@ class install_install extends module
|
||||
$$var = request_var($var, '');
|
||||
}
|
||||
|
||||
if ($dbname == '')
|
||||
if ($dbms == '')
|
||||
{
|
||||
// Someone's been silly and tried calling this page direct
|
||||
// So we send them back to the start to do it again properly
|
||||
|
Reference in New Issue
Block a user