mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 09:46:46 +02: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:
@@ -62,7 +62,7 @@ if (@phpversion() < '4.0.0')
|
|||||||
while (list($var,) = @each($$input))
|
while (list($var,) = @each($$input))
|
||||||
{
|
{
|
||||||
// Validate the variable to be unset
|
// 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);
|
unset($$var);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user