From 5f3b7842e15d5707780e01cf34237d56bf374195 Mon Sep 17 00:00:00 2001 From: the_systech Date: Tue, 19 Mar 2002 17:36:49 +0000 Subject: [PATCH] Fix for bug #512279 Install now uses table prefix properly.. git-svn-id: file:///svn/phpbb/trunk@2352 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/install.php b/phpBB/install.php index b4d09a65f6..adce252945 100644 --- a/phpBB/install.php +++ b/phpBB/install.php @@ -418,6 +418,7 @@ else if( !empty($HTTP_POST_VARS['ftp_file']) && !defined("PHPBB_INSTALLED") ) { $s_hidden_fields .= ''; $s_hidden_fields .= ''; + $s_hidden_fields .= ''; $s_hidden_fields .= ''; $s_hidden_fields .= ''; $s_hidden_fields .= ''; @@ -862,6 +863,7 @@ else { $s_hidden_fields .= ''; $s_hidden_fields .= ''; + $s_hidden_fields .= ''; $s_hidden_fields .= ''; $s_hidden_fields .= ''; $s_hidden_fields .= '';