http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8532
--- Comment #1 from Robin Sheat <[email protected]> --- Created attachment 11216 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11216&action=edit Bug 8532 - improve robustness when converting dates If undef is passed to the date format conversion function, it dies. This can happen when you have old data in the database. Better to handle it in some fashion rather than die, so now it just returns undef too. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
