http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12072
--- Comment #43 from paxed <[email protected]> --- 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. _______________________________________________ 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/
