https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40861

--- Comment #4 from Marcel de Rooy <[email protected]> ---
(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.
_______________________________________________
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/

Reply via email to