mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
only long notation
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@8378 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -261,7 +261,7 @@ if ( isset($HTTP_POST_VARS['submit']) && ( ( $mode == 'user' && $user_id ) || (
|
||||
}
|
||||
}
|
||||
|
||||
while( list($forum_id, $value) = @each($_POST['private']) )
|
||||
while( list($forum_id, $value) = @each($HTTP_POST_VARS['private']) )
|
||||
{
|
||||
while( list($auth_field, $exists) = @each($forum_auth_level_fields[$forum_id]) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user