http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9108 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13724|0 |1 is obsolete| | --- Comment #9 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 14189 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14189&action=edit Bug 9108: Followup: send the dateformat value from C4::Auth - the dateformat value is send to all templates (from C4::Auth::get_template_and_user) - remove all assignment of dateformat in all .pl files - the DHTMLcalendar_dateformat variable is unused - Remove "all" occurrences (those I found!) of dateformat_*
From now the only way to get the date format is a string comparaison (dateformat == "metric")
-- You are receiving this mail because: You are watching all bug changes.