mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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:
parent
c43d5f9f6e
commit
b9f2896bae
1 changed files with 1 additions and 1 deletions
|
@ -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]) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue