aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-03-25 15:44:35 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-03-25 15:44:35 +0000
commit384e434fca827dd9f9697777ca176e4e037fccd5 (patch)
treed70deff84686657d380f4a51ec00c3e86138076c /phpBB/install/install.php
parent852dcd312735bae0b34e72529b6b353e5c6c2ada (diff)
downloadforums-384e434fca827dd9f9697777ca176e4e037fccd5.tar
forums-384e434fca827dd9f9697777ca176e4e037fccd5.tar.gz
forums-384e434fca827dd9f9697777ca176e4e037fccd5.tar.bz2
forums-384e434fca827dd9f9697777ca176e4e037fccd5.tar.xz
forums-384e434fca827dd9f9697777ca176e4e037fccd5.zip
UI changes to the database settings section of the installer
Note: To prevent issues with incorrect database settings, it is now no longer possible to pass this point without the settings having been tested to make sure they work git-svn-id: file:///svn/phpbb/trunk@5718 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install.php')
-rw-r--r--phpBB/install/install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php
index 03b85ef0f4..eb02a0ec6b 100644
--- a/phpBB/install/install.php
+++ b/phpBB/install/install.php
@@ -753,9 +753,9 @@ if ($stage == 1)
<td class="row1" width="50%"><b><?php echo $lang['TABLE_PREFIX']; ?>: </b></td>
<td class="row2"><input class="post" type="text" name="table_prefix" value="<?php echo (!empty($table_prefix)) ? $table_prefix : 'phpbb_'; ?>" /></td>
</tr>
- <tr>
+<!-- <tr>
<td class="cat" colspan="2" align="center"><input class="btnlite" type="submit" name="testdb" value="<?php echo $lang['DB_TEST']; ?>" /></td>
- </tr>
+ </tr>-->
</table>
<br clear="all" />