Revision 70a063c3
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
$ref = $sth->fetchrow_hashref();
|
||
$sth->finish();
|
||
$dbh->disconnect();
|
||
|
||
|
||
unless ($ref) {
|
||
$main::lxdebug->leave_sub();
|
||
return;
|
||
... | ... | |
# " || taxaccounts_$index " . $form->{"taxaccounts_$index"} .
|
||
# " || taxaccounts " . $form->{"taxaccounts"});
|
||
|
||
$sth->finish();
|
||
|
||
$main::lxdebug->leave_sub();
|
||
}
|
||
1;
|
Auch abrufbar als: Unified diff
Handle ist bereits geschlossen.