I18n.php
[Pman.Core] / I18n.php
index f727db1..55ece1e 100644 (file)
--- 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 '<PRE>';print_R($ar);exit;