From 25652024d1f0309cf7817ee66d412e468435badf Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 30 Dec 2010 15:30:06 +0100 Subject: [PATCH] Einige enter_sub/leave_sub-Paarungen gefixt Conflicts: bin/mozilla/oe.pl --- SL/Auth.pm | 2 +- bin/mozilla/io.pl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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(); } -- 2.20.1