mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00: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:
parent
1cc7445017
commit
e5bc3d88b6
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue