Einige enter_sub/leave_sub-Paarungen gefixt
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 30 Dec 2010 14:30:06 +0000 (15:30 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 30 Dec 2010 14:30:06 +0000 (15:30 +0100)
Conflicts:

bin/mozilla/oe.pl

SL/Auth.pm
bin/mozilla/io.pl

index 5cedbec..a11fbaf 100644 (file)
@@ -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};
 }
index 6377fa6..03ca708 100644 (file)
@@ -1263,6 +1263,7 @@ sub print {
     &save();
     $form->{formname} = $formname;
     &edit();
+    $::lxdebug->leave_sub();
     ::end_of_request();
   }