forked from extern/egroupware
More friendly to +
This commit is contained in:
parent
f80fa4650b
commit
8281cee739
@ -154,7 +154,7 @@ function string_encode ($string, $return)
|
|||||||
|
|
||||||
function string_decode ($string, $return)
|
function string_decode ($string, $return)
|
||||||
{
|
{
|
||||||
$rstring = urldecode ($string);
|
$rstring = rawurldecode ($string);
|
||||||
|
|
||||||
return (eor ($rstring, $return));
|
return (eor ($rstring, $return));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user