From: Moritz Bunkus Date: Thu, 30 Dec 2010 14:30:06 +0000 (+0100) Subject: Einige enter_sub/leave_sub-Paarungen gefixt X-Git-Tag: release-2.6.2beta1~17^2~9^2~1 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=25652024d1f0309cf7817ee66d412e468435badf;p=kivitendo-erp.git Einige enter_sub/leave_sub-Paarungen gefixt Conflicts: bin/mozilla/oe.pl --- diff --git a/SL/Auth.pm b/SL/Auth.pm index 5cedbecf3..a11fbafb0 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -187,7 +187,7 @@ sub dbconnect { $main::form->error($main::locale->text('The connection to the authentication database failed:') . "\n" . $DBI::errstr); } - $main::lxdebug->leave_sub(); + $main::lxdebug->leave_sub(2); return $self->{dbh}; } diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 6377fa6d9..03ca70854 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1263,6 +1263,7 @@ sub print { &save(); $form->{formname} = $formname; &edit(); + $::lxdebug->leave_sub(); ::end_of_request(); }