http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11634
--- Comment #42 from Jonathan Druart <[email protected]> --- Comment on attachment 33492 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33492 Bug 11634 [QA Followup] - Make unit tests pass Review of attachment 33492: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11634&attachment=33492) ----------------------------------------------------------------- ::: Koha/DateUtils.pm @@ +128,4 @@ > my $pref = > defined $force_pref ? $force_pref : > C4::Context->preference('dateformat'); > > + my $time_format = $force_time || C4::Context->preference('TimeFormat') > || q{}; Hum, why? I am not sure it is a good idea to consider that TimeFormat can be '', 0 or undef. -- 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/
