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

index d7a485f..a2f712e 100644 (file)
@@ -198,6 +198,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
         
         foreach ($ret as $k=>$v) {
             $ret[$k] = ($t=='l') ? $ret[$k] : strtoupper($v);
+            ($t=='l') print_r($ret);
         }
 
         return $ret;