DataObjects/I18n.php
authorChris <chris@roojs.com>
Thu, 3 Jan 2013 09:08:15 +0000 (17:08 +0800)
committerChris <chris@roojs.com>
Thu, 3 Jan 2013 09:08:15 +0000 (17:08 +0800)
DataObjects/I18n.php

index 3799f80..27ecf56 100644 (file)
@@ -203,8 +203,8 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
         foreach ($ret as $k=>$v) {
             $ret[$k] = ($t=='l') ? $ret[$k] : strtoupper($v);
         }
-        if($t=='l')
-        print_r($ret);
+//        if($t=='l')
+//        print_r($ret);
         return $ret;
     }