From 70a063c3e5be7b3989c62f279d321a93d9e46801 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 15 Jan 2007 12:28:48 +0000 Subject: [PATCH] Handle ist bereits geschlossen. --- SL/IC.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SL/IC.pm b/SL/IC.pm index 8988e1091..451638d4b 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -1853,7 +1853,7 @@ sub retrieve_accounts { $ref = $sth->fetchrow_hashref(); $sth->finish(); $dbh->disconnect(); - + unless ($ref) { $main::lxdebug->leave_sub(); return; @@ -1872,8 +1872,6 @@ sub retrieve_accounts { # " || taxaccounts_$index " . $form->{"taxaccounts_$index"} . # " || taxaccounts " . $form->{"taxaccounts"}); - $sth->finish(); - $main::lxdebug->leave_sub(); } 1; -- 2.20.1