I18n.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 16 May 2012 09:02:45 +0000 (17:02 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 16 May 2012 09:02:45 +0000 (17:02 +0800)
I18n.php

index 8fec9d7..f727db1 100644 (file)
--- 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;
+                
+                
              
                 
         }