From 9da1c75b286a08cfaddbc0459c19d9a40ffb870b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 16 May 2012 17:03:11 +0800 Subject: [PATCH] I18n.php --- I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index f727db1b..55ece1ef 100644 --- a/I18n.php +++ b/I18n.php @@ -136,7 +136,7 @@ class Pman_Core_I18n extends Pman case 'Timezone': $ar = DateTimeZone::listAbbreviations(); - print_R($ar);exit; + echo '
';print_R($ar);exit;
                 
                 
              
-- 
2.39.2