From 28fa6e80a93ddd48fac451fc9ea07d2e1b8ec8aa Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 13 Feb 2002 15:41:57 +0000 Subject: [PATCH] Fix various missing /> in input fields git-svn-id: file:///svn/phpbb/trunk@2129 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/modcp.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/phpBB/modcp.php b/phpBB/modcp.php index 7f133f6482..6eb0626449 100644 --- a/phpBB/modcp.php +++ b/phpBB/modcp.php @@ -351,19 +351,19 @@ switch($mode) message_die(GENERAL_MESSAGE, $lang['None_selected'], ""); } - $hidden_fields = ''; + $hidden_fields = ''; if( isset($HTTP_POST_VARS['topic_id_list']) ) { $topics = $HTTP_POST_VARS['topic_id_list']; for($i = 0; $i < count($topics); $i++) { - $hidden_fields .= ''; + $hidden_fields .= ''; } } else { - $hidden_fields .= ''; + $hidden_fields .= ''; } // @@ -496,7 +496,7 @@ switch($mode) message_die(GENERAL_MESSAGE, $lang['None_selected']); } - $hidden_fields = ''; + $hidden_fields = ''; if( isset($HTTP_POST_VARS['topic_id_list']) ) { @@ -504,12 +504,12 @@ switch($mode) for($i = 0; $i < count($topics); $i++) { - $hidden_fields .= ''; + $hidden_fields .= ''; } } else { - $hidden_fields .= ''; + $hidden_fields .= ''; + $s_hidden_fields = ''; if( ( $total_posts = $db->sql_numrows($result) ) > 0 ) {