]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 5cedbecf3aa103ece1cf204a757c60a04b5557b0..a11fbafb0d815472c8a3cfbcee3e75bcfca9f589 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 6377fa6d901dd3fd97f46d7c3067dfc321f3c640..03ca708546cdafb64f40c15d4015ac8a8ba9d75a 100644 (file)
@@ -1263,6 +1263,7 @@ sub print {
     &save();
     $form->{formname} = $formname;
     &edit();
+    $::lxdebug->leave_sub();
     ::end_of_request();
   }