From 709d3f9edc7971d755156a4eb6179d7494641335 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 16 May 2012 17:02:45 +0800 Subject: [PATCH] I18n.php --- I18n.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; + + } -- 2.39.2