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

index c6ea5fe..8dd2f27 100644 (file)
@@ -291,7 +291,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
             return '??';
         }
         print_r($type);
-        print_r($k);
+        
         $lbits = explode('_', strtoupper($lang));
         $lang = $lbits[0];