From e27978d5bcd04548b52f64e198ec170fa5c52903 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Sep 2010 11:47:18 +0800 Subject: [PATCH] I18n.php --- I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index b533c448..d7bb6b2e 100644 --- a/I18n.php +++ b/I18n.php @@ -195,7 +195,7 @@ class Pman_Core_i18N extends Pman 'm' => $this->objToList('m', new I18Nv2_Currency($rlang, 'UTF-8')) ); } - echo '
';print_r($ar);
+        //echo '
';print_r($ar);
         header('Content-type: text/javascript');
         echo 'Pman.I18n.Data = ' .  json_encode($ar);
         exit;
-- 
2.39.2