[Koha-bugs] [Bug 12072] New dateformat dd.mm.yyyy

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 19 08:45:45 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12072

--- Comment #43 from paxed <pasi.kallinen at pttk.fi> ---
I think all that repeated

if (dateformat == "us") blah
elseif (dateformat == "metric") blah
elseif (dateformat == ...

code in multiple places is fragile and errorprone, and therefore should be
replaced with perl code that gets the date format string to the templating
system.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list