http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11120 --- Comment #17 from Jonathan Druart <jonathan.druart@biblibre.com> --- Comment on attachment 34962 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34962 [PASSED QA] Bug 11120: FIX the --date option for overdue_notices cronjob Review of attachment 34962: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11120&attachment=34962) ----------------------------------------------------------------- ::: misc/cronjobs/overdue_notices.pl @@ +359,5 @@
} my $date_to_run; +my $date; +if ( $date_input ){ + $date = $dbh->quote($date);
Should be $date = $dbh->quote($date_input); Isn't it? -- You are receiving this mail because: You are watching all bug changes.