I18n.php
[Pman.Core] / I18n.php
index dc9cb8e..55ece1e 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -47,7 +47,7 @@
  */
 require_once 'Pman.php';
 
-class Pman_Core_I18N extends Pman
+class Pman_Core_I18n extends Pman
 {
  
     
@@ -128,15 +128,23 @@ 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();
+                echo '<PRE>';print_R($ar);exit;
+                
+                
              
                 
         }
-        
+        if (!empty($_REQUEST['debug'])) {
+            DB_DataObject::debugLevel(1);
+        }
         $i = DB_DataObject::Factory('I18n');
         $i->buildDb();