mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Should fix array posting problem
This commit is contained in:
parent
0b8ecc7a8a
commit
6a08a48087
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user