http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13242
--- Comment #36 from Jonathan Druart <[email protected]> --- Created attachment 33945 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33945&action=edit Bug 13242: Remove warning if no parameter given Without any parameter, dt_from_string should not raise a warning message. Test plan: Verify that the test file t/DateUtils.t displays a warning: Use of uninitialized value $date_string in pattern match (m//) at Koha/DateUtils.pm line 58 if the change in dt_from_string is not applied (manually edit the file). -- 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/
