X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c497b0352f95a55d204101b70ac771b2dc21ddee..665fb6bc2c19a5d75aa538b68c2b6f443095dd1d:/SL/MoreCommon.pm diff --git a/SL/MoreCommon.pm b/SL/MoreCommon.pm index 13d421bda..6fbf87dc4 100644 --- a/SL/MoreCommon.pm +++ b/SL/MoreCommon.pm @@ -171,7 +171,7 @@ sub uri_encode { } sub uri_decode { - my ($str) = @_; + my $str = $_[0] || ''; $str =~ tr/+/ /; $str =~ s/\\$//;