1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-26 03:22:37 +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:
Graham Eames
2006-06-17 07:33:23 +00:00
parent 1cc7445017
commit e5bc3d88b6
2 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
<!-- ELSE --> <!-- ELSE -->
<dl> <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> <dd>{checks.RESULT}</dd>
</dl> </dl>
<!-- ENDIF --> <!-- ENDIF -->

View File

@@ -520,7 +520,7 @@ class install_install extends module
$$var = request_var($var, ''); $$var = request_var($var, '');
} }
if ($dbname == '') if ($dbms == '')
{ {
// Someone's been silly and tried calling this page direct // Someone's been silly and tried calling this page direct
// So we send them back to the start to do it again properly // 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, ''); $$var = request_var($var, '');
} }
if ($dbname == '') if ($dbms == '')
{ {
// Someone's been silly and tried calling this page direct // Someone's been silly and tried calling this page direct
// So we send them back to the start to do it again properly // 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, ''); $$var = request_var($var, '');
} }
if ($dbname == '') if ($dbms == '')
{ {
// Someone's been silly and tried calling this page direct // Someone's been silly and tried calling this page direct
// So we send them back to the start to do it again properly // 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, ''); $$var = request_var($var, '');
} }
if ($dbname == '') if ($dbms == '')
{ {
// Someone's been silly and tried calling this page direct // Someone's been silly and tried calling this page direct
// So we send them back to the start to do it again properly // So we send them back to the start to do it again properly