]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/common.pl
...und das gemoddete Templating
[mfinanz.git] / bin / mozilla / common.pl
index 473acfffc4c3b24b6847b7484461a1f1619364d5..dfecb2878e93773c32dd9610c7f8919cc37c5b5b 100644 (file)
@@ -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;
 }