From 42e30320e4cfc76229f3022954eda0b9fd2e4b13 Mon Sep 17 00:00:00 2001 From: the_systech Date: Fri, 22 Mar 2002 14:30:05 +0000 Subject: [PATCH] D@#n it when changing something, make sure that you change it EVERYWHERE it's used :( git-svn-id: file:///svn/phpbb/trunk@2396 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/install.php b/phpBB/install.php index eed86d8ae5..fc4a0e9e35 100644 --- a/phpBB/install.php +++ b/phpBB/install.php @@ -1009,7 +1009,7 @@ else { $s_hidden_fields = ''; $s_hidden_fields .= ''; - $s_hidden_fields .= ''; + $s_hidden_fields .= ''; $s_hidden_fields .= ''; } else