http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10555
M. de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |[email protected] --- Comment #2 from M. de Rooy <[email protected]> --- Mathieu: Two code snippets: 1: GetOptions( 'date' => \$date, 2: if ($date){ $date=$dbh->quote($date); } else { $date="NOW()"; } It seems like the date parameter gets not correctly passed in. If you specify -date 23-09-2013, it will have value 1 since no value is defined in GetOptions. Since you document it, could you please verify or correct? Thanks. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
