mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
undid the last change with stripslashes
This commit is contained in:
parent
3b28be028f
commit
17fb6dc9f2
@ -159,14 +159,14 @@
|
|||||||
{
|
{
|
||||||
$data = $encrypteddata;
|
$data = $encrypteddata;
|
||||||
}
|
}
|
||||||
|
$data = stripslashes($data);
|
||||||
|
|
||||||
if(!strpos(' '.$data,'O:8:"stdClass"'))
|
if(!strpos(' '.$data,'O:8:"stdClass"'))
|
||||||
{
|
{
|
||||||
return unserialize($data);
|
return unserialize($data);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$data = stripslashes($data);
|
|
||||||
|
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user