Revision 6fd4ac20
Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
}
|
||
|
||
if ($transdate eq "") {
|
||
$transdate = "current_date";
|
||
$transdate = DateTime->today_local->to_lxoffice;
|
||
} else {
|
||
$transdate = $dbh->quote($transdate);
|
||
}
|
Auch abrufbar als: Unified diff
"current_date" wird von aktuellen DBI-Versionen nicht mehr als BInd-Variable unterstützt