DataObjects/Core_enum.php
authorEdward <edward@roojs.com>
Wed, 15 Apr 2015 04:01:55 +0000 (12:01 +0800)
committerEdward <edward@roojs.com>
Wed, 15 Apr 2015 04:01:55 +0000 (12:01 +0800)
DataObjects/Core_enum.php

index fa907f7..563de4b 100644 (file)
@@ -58,15 +58,6 @@ class Pman_Core_DataObjects_Core_enum extends DB_DataObject
             ");
         }
         
-//        print_r($this);
-        if(!empty($q['id'])){ // this should never be needed?!?!?!?!??
-            $this->id = $q['id'];
-        }
-        
-        if(!empty($q['_ids'])){
-            $this->whereAddIn('core_enum.id', explode(',',  $q['_ids']) , 'int');
-        }
-        
     }
     
     function checkPerm($lvl, $au, $req=null)