*** 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:
Meik Sievertsen 2005-02-21 19:29:30 +00:00
parent 31cf453ed2
commit 6e9c5383df

View file

@ -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);
}