Revision 181b752d
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
$sth->finish();
|
||
$dbh->disconnect();
|
||
|
||
return $lxdebug->leave_sub() unless ($ref);
|
||
return $main::lxdebug->leave_sub() unless ($ref);
|
||
|
||
$form->{"taxaccounts_$index"} = $ref->{"accno"};
|
||
if ($form->{"taxaccounts"} !~ /$ref->{accno}/) {
|
Auch abrufbar als: Unified diff
$lxdebug liegt in einem anderen Namensraum.