From eee01eed2776c31e6b3562ba2ffc20f0cba58d17 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 16 Feb 2015 10:50:38 +0800 Subject: [PATCH] DataObjects/I18n.php --- DataObjects/I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/I18n.php b/DataObjects/I18n.php index 618f53d8..d59015fa 100644 --- a/DataObjects/I18n.php +++ b/DataObjects/I18n.php @@ -199,7 +199,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject { $ret = array(); $cfg = $this->cfg(); - echo '
';print_r($cfg);
+        //echo '
';print_r($cfg);
         switch ($t) {
             case 'c':
                 require_once 'I18Nv2/Country.php';
-- 
2.39.2