mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:11:47 +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:
phpBB
@@ -20,7 +20,7 @@
|
||||
<!-- ELSE -->
|
||||
|
||||
<dl>
|
||||
<dt>{checks.TITLE}:</label><!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
|
||||
<dt>{checks.TITLE}:<!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
|
||||
<dd>{checks.RESULT}</dd>
|
||||
</dl>
|
||||
<!-- ENDIF -->
|
||||
|
@@ -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