From: Alan Knowles Date: Thu, 16 Sep 2010 03:47:18 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e27978d5bcd04548b52f64e198ec170fa5c52903 I18n.php --- 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;