19 Nov
2015
19 Nov
'15
8:45 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12072 --- Comment #43 from paxed <pasi.kallinen@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.