http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11634 --- Comment #42 from Jonathan Druart <jonathan.druart@biblibre.com> --- 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.