mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +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]) )
|
while( list($auth_field, $exists) = @each($forum_auth_level_fields[$forum_id]) )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user