DataObjects/Events.php
authorbenny <benny@roojs.com>
Tue, 14 Aug 2018 04:46:43 +0000 (12:46 +0800)
committerbenny <benny@roojs.com>
Tue, 14 Aug 2018 04:46:43 +0000 (12:46 +0800)
DataObjects/Events.php

index e285634..5bc32c0 100644 (file)
@@ -38,7 +38,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
     {
         $tn = $this->tableName();
         // if not empty on_table
-        
+        echo "fuk"; die;
         if(!empty($q['person_table'])){
             $jt = DB_DataObject::factory($q['person_table']);
 
@@ -254,7 +254,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             $tnb = $this->escape($q['query']['on_table']);
             $this->whereAdd("Events.on_table LIKE '%{$tnb}%'");
         } 
-        echo "fuk"; die;
+        
     }
     
     function applyPermissionFilters($q, $au ,$roo)