DataObjects/I18n.php
authorChris <chris@roojs.com>
Thu, 3 Jan 2013 11:10:06 +0000 (19:10 +0800)
committerChris <chris@roojs.com>
Thu, 3 Jan 2013 11:10:06 +0000 (19:10 +0800)
DataObjects/I18n.php

index 1dc42b8..b0a8cf5 100644 (file)
@@ -178,10 +178,6 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
                 require_once 'I18Nv2/Language.php';
                 $c = new I18Nv2_Language('en');
                 $ret =  array_keys($c->codes); // we need to make sure these are lowercase!!!
-//                print_r($cfg['add_l']);exit;
-//                $tolang = explode('_', array_keys($cfg['add_l']));
-//                $tolang[0] = strtolower($tolang[0]);
-//                implode('_', $tolang);
                 foreach ($cfg['add_l'] as $k=>$v){
                     $tolang = explode('_', $k);
                     $tolang[0] = strtolower($tolang[0]);