Revision 3ae2f520
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/DO.pm | ||
---|---|---|
qq|SELECT id
|
||
FROM oe
|
||
WHERE (record_type = '$record_type'
|
||
AND (ordnumber = ?)|;
|
||
AND ordnumber = ?)|;
|
||
|
||
my $sth = prepare_query($form, $dbh, $query);
|
||
|
Auch abrufbar als: Unified diff
DO: FIX: typo in sql nach Rebase