23 Sep
2025
23 Sep
'25
7:33 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40861 --- Comment #4 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #2)
(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
Yes indeed :) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.