From: Sven Schöling Date: Mon, 8 Oct 2007 12:19:13 +0000 (+0000) Subject: ...und auch den ausgang X-Git-Tag: release-2.6.0beta1~479 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=dcd79f61689a9febfc422e0a51438f47d53e0617;p=kivitendo-erp.git ...und auch den ausgang --- diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index 652bf9746..dfecb2878 100644 --- a/bin/mozilla/common.pl +++ b/bin/mozilla/common.pl @@ -37,7 +37,7 @@ sub build_std_url { my $url = "${script}?" . join('&', @parts); - $lxdebug->leave_sub(); + $lxdebug->leave_sub(2); return $url; }