https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41648
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #4 from Jonathan Druart <[email protected]> --- + 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. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
