DataObjects/I18n.php
authorEdward <edward@roojs.com>
Thu, 30 Jan 2014 08:23:29 +0000 (16:23 +0800)
committerEdward <edward@roojs.com>
Thu, 30 Jan 2014 08:23:29 +0000 (16:23 +0800)
DataObjects/I18n.php

index 553cfe4..073441c 100644 (file)
@@ -116,8 +116,6 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
         
         if (!empty($q['_filtered']) && !empty($this->ltype)) {
             $cfg = $this->cfg();
-            echo '<PRE>';
-            print_r($cfg);exit;
             $filter = $cfg[$this->ltype];
             $this->whereAddIn('lkey', $filter, 'string');