DataObjects/Events.php
authorEdward <edward@roojs.com>
Thu, 18 Dec 2014 03:54:48 +0000 (11:54 +0800)
committerEdward <edward@roojs.com>
Thu, 18 Dec 2014 03:54:48 +0000 (11:54 +0800)
DataObjects/Events.php

index 0b048a2..19050cf 100644 (file)
@@ -36,7 +36,6 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
     function applyFilters($q, $au ,$roo)
     {
         $tn = $this->tableName();
-        print_r($this->keys());exit;
         // if not empty on_table
         if(!empty($q['person_table'])){
             $jt = DB_DataObject::factory($q['person_table']);