From: Alan Knowles Date: Wed, 16 May 2012 09:02:45 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=709d3f9edc7971d755156a4eb6179d7494641335 I18n.php --- diff --git a/I18n.php b/I18n.php index 8fec9d73..f727db1b 100644 --- a/I18n.php +++ b/I18n.php @@ -128,11 +128,17 @@ class Pman_Core_I18n extends Pman break; - case 'Currency': + case 'Currency': $i->ltype = 'm'; $i->applyFilters($_REQUEST, $this->authUser, $this); $this->jdata($i->toTransList('m', $lbits[0])); break; + + case 'Timezone': + $ar = DateTimeZone::listAbbreviations(); + print_R($ar);exit; + + }