Revision 70a063c3
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
1853 | 1853 |
$ref = $sth->fetchrow_hashref(); |
1854 | 1854 |
$sth->finish(); |
1855 | 1855 |
$dbh->disconnect(); |
1856 |
|
|
1856 |
|
|
1857 | 1857 |
unless ($ref) { |
1858 | 1858 |
$main::lxdebug->leave_sub(); |
1859 | 1859 |
return; |
... | ... | |
1872 | 1872 |
# " || taxaccounts_$index " . $form->{"taxaccounts_$index"} . |
1873 | 1873 |
# " || taxaccounts " . $form->{"taxaccounts"}); |
1874 | 1874 |
|
1875 |
$sth->finish(); |
|
1876 |
|
|
1877 | 1875 |
$main::lxdebug->leave_sub(); |
1878 | 1876 |
} |
1879 | 1877 |
1; |
Auch abrufbar als: Unified diff
Handle ist bereits geschlossen.