From 9e04a81be8d72e6af57d86190c358e9309363fef Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Sep 2010 12:10:26 +0800 Subject: [PATCH] I18n.php --- I18n.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/I18n.php b/I18n.php index dcd1fddc..6d81cc9f 100644 --- a/I18n.php +++ b/I18n.php @@ -205,8 +205,7 @@ class Pman_Core_i18N extends Pman } function objToList($type, $obj) { $ret = array(); - echo '
';print_r($this->cfg);
-        
+         
          
         foreach($this->cfg[$type] as $k) {
             $sub = false;
-- 
2.39.2