https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24850
--- Comment #71 from David Cook <[email protected]> --- Comment on attachment 115854 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115854 Bug 24850: Don't fallback when date_format is passed Review of attachment 115854: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=24850&attachment=115854) ----------------------------------------------------------------- ::: Koha/DateUtils.pm @@ +146,4 @@ > )? > )? > |xms; > + $regex .= $time_re unless ( $date_format eq 'rfc3339' ); Should this be when $date_format eq 'rfc3339' or any time $date_format is passed? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
