X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/52dd34aa8a1de8a496580bebe3468ad4e5e5604e..3aae3709a67da5479454dc46bd1d88a17b17b8b5:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 456cd2e59..d2f8cb2e7 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -403,9 +403,9 @@ sub quote { $str =~ s/\"/"/g; } - $str; - $main::lxdebug->leave_sub(); + + return $str; } sub unquote { @@ -416,9 +416,9 @@ sub unquote { $str =~ s/"/\"/g; } - $str; - $main::lxdebug->leave_sub(); + + return $str; } sub hide_form {