X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=d2f8cb2e7113c2263006811af299ae3f1d746dce;hb=3aae3709a67da5479454dc46bd1d88a17b17b8b5;hp=456cd2e59a80c982768bc455f9b1be0d965de495;hpb=560d94b29eddbd312fe0eae3726b368959f522eb;p=kivitendo-erp.git 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 {