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