Revision b079ee7c
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
SL/BP.pm | ||
---|---|---|
qq| WHERE a.${vc}_id = vc.id AND s.trans_id = a.id AND s.formname = ? | .
|
||
qq| AND s.spoolfile IS NOT NULL) AS total|;
|
||
|
||
$main::lxdebug->message(0, "kuh1 $query");
|
||
|
||
my ($count) = selectrow_query($form, $dbh, $query, $form->{type});
|
||
|
||
# build selection list
|
||
... | ... | |
push @{ $form->{"all_${vc}"} }, $ref;
|
||
}
|
||
$sth->finish;
|
||
|
||
$main::lxdebug->message(0, "kuh2 $query");
|
||
}
|
||
|
||
$dbh->disconnect;
|
Auch abrufbar als: Unified diff
Debugcode