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