mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5094 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
31cf453ed2
commit
6e9c5383df
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ if (@phpversion() < '4.0.0')
|
|||
while (list($var,) = @each($$input))
|
||||
{
|
||||
// Validate the variable to be unset
|
||||
if (!isset($test[$var]) && $var != 'test' && $var != 'input' && $var != 'not_unset')
|
||||
if (!isset($test[$var]) && $var != 'test' && $var != 'input')
|
||||
{
|
||||
unset($$var);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue