X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FI18n.php;h=e287cb187b42206e60712b7aa0f24cea015aae58;hp=36277a9713fe4678ea7cc5dcd2ea88e05ea79b08;hb=f43ab75e052764fb40a4509bbeb9126a138b0a19;hpb=2ca684fe510d80b0f8c000356fd31f632958b828 diff --git a/DataObjects/I18n.php b/DataObjects/I18n.php index 36277a97..e287cb18 100644 --- a/DataObjects/I18n.php +++ b/DataObjects/I18n.php @@ -81,7 +81,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject break; } } - echo '
';print_R($opts);//exit;
+        //echo '
';print_R($opts);//exit;
         
          
        //  var_dump($opts);exit;
@@ -97,7 +97,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
             echo "$k / "; //print_R($v);
             self::$cfg[$k] = is_array($v) ? $v  : explode(',', $v);
         }
-        // available codes recursively calls this...
+        // available codes recursively calls this... -- so the above has to be set first..
         foreach($opts as $k=>$v) {
             
             if ($v == '*') { // everything..
@@ -108,10 +108,6 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
         }
         
         
-        print_R(self::$cfg);exit;
-        
-        die('here');
-        
         return self::$cfg;