X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5cf977e52788c523150fa19225b90914e6ddc909..2ef21b8f2aaae439a9408977458bdeb9b0fd9e25:/bin/mozilla/common.pl diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index 473acfffc..dfecb2878 100644 --- a/bin/mozilla/common.pl +++ b/bin/mozilla/common.pl @@ -14,7 +14,7 @@ use SL::Common; use SL::MoreCommon; sub build_std_url { - $lxdebug->enter_sub(); + $lxdebug->enter_sub(2); my $script = $form->{script}; @@ -37,7 +37,7 @@ sub build_std_url { my $url = "${script}?" . join('&', @parts); - $lxdebug->leave_sub(); + $lxdebug->leave_sub(2); return $url; }