https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41648 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #4 from Jonathan Druart <jonathan.druart@gmail.com> --- + my $dt = eval { dt_from_string( $text, 'iso' ) }; + return "" if $@; You are hiding an error, that could be a coding issue, or data issue. I don't think it's a good idea. You are fixing this plugin-related problem to a too low level, a better place IMO would be in Koha::Plugins (and keep a warn). -- You are receiving this mail because: You are watching all bug changes.