Should fix array posting problem

This commit is contained in:
Miles Lott 2004-01-03 10:36:50 +00:00
parent 0b8ecc7a8a
commit 6a08a48087

View File

@ -510,7 +510,7 @@
$value = $GLOBALS[$meth][$varname];
$i = $cnt+1;
}
if(get_magic_quotes_gpc())
if(get_magic_quotes_gpc() && !@is_array($value))
{
$value = stripslashes($value);
}