From: senator Date: Mon, 14 Mar 2011 21:57:04 +0000 (-0400) Subject: Merge branch 'opac-tt-poc' of ssh://yeti.esilibrary.com/home/evergreen/evergreen... X-Git-Url: http://git.equinoxoli.org/?p=evergreen-equinox.git;a=commitdiff_plain;h=669c9f34aeceb0e012cf907cfa4aa489524e6f45 Merge branch 'opac-tt-poc' of ssh://yeti.esilibrary.com/home/evergreen/evergreen-equinox into opac-tt-poc --- 669c9f34aeceb0e012cf907cfa4aa489524e6f45 diff --cc Open-ILS/web/templates/default/opac/parts/header.tt2 index 069dbef,b09ae69..03dbcf1 --- a/Open-ILS/web/templates/default/opac/parts/header.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/header.tt2 @@@ -1,7 -1,8 +1,8 @@@ [%- USE money = format(l('$%.2f')); USE date; - USE CGI = CGIUTF8; + USE CGI = CGI_utf8; USE EGI18N; + USE POSIX; SET DATE_FORMAT = l('%m/%d/%Y'); # Don't wrap in l() here; do that where this format string is actually used.