projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2387a1f
)
Handle ist bereits geschlossen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 15 Jan 2007 12:28:48 +0000
(12:28 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 15 Jan 2007 12:28:48 +0000
(12:28 +0000)
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
8988e10
..
451638d
100644
(file)
--- 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;