DataObjects/I18n.php
authorChris <chris@roojs.com>
Thu, 3 Jan 2013 11:10:19 +0000 (19:10 +0800)
committerChris <chris@roojs.com>
Thu, 3 Jan 2013 11:10:19 +0000 (19:10 +0800)
DataObjects/I18n.php

index b0a8cf5..a3b88fd 100644 (file)
@@ -204,7 +204,6 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
         
         foreach ($ret as $k=>$v) {
             $ret[$k] = ($t=='l') ? $ret[$k] : strtoupper($v);
-            if($t=='l') echo '<PRE>'.print_r($ret);
         }
 
         return $ret;