https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40861
--- Comment #2 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #1) > output_pref can generate that: > Koha/DateUtils.pm:284 return if !defined $dt; # NULL date Hum, maybe not 278 if ($str) { 279 local $@; 280 $dt = eval { dt_from_string($str) }; 281 Koha::Exceptions::WrongParameter->throw("Invalid date '$str' passed to output_pref") if $@; 282 } 283 284 return if !defined $dt; # NULL date -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
