More friendly to +

This commit is contained in:
zone 2001-06-24 09:17:01 +00:00
parent f80fa4650b
commit 8281cee739

View File

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