I18n.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 16 Sep 2010 04:10:18 +0000 (12:10 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 16 Sep 2010 04:10:18 +0000 (12:10 +0800)
I18n.php

index e77a953..dcd1fdd 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -98,7 +98,7 @@ class Pman_Core_i18N extends Pman
         
         $opts = empty($ff->Pman_Core_I18N) ? (empty($ff->Pman_I18N) ? array() : $ff->Pman_I18N)  : $ff->Pman_Core_I18N;
         
-        print_r($opts);exit;
+        
         // load the cofiguration
         foreach($opts as $k=>$v) {