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:
Meik Sievertsen 2008-02-10 17:18:29 +00:00
parent c43d5f9f6e
commit b9f2896bae

View file

@ -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]) )
{ {