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

index 158bf5f..e285634 100644 (file)
@@ -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)