DataObjects/Events.php
authorChris <chris@roojs.com>
Thu, 29 Nov 2012 10:05:58 +0000 (18:05 +0800)
committerChris <chris@roojs.com>
Thu, 29 Nov 2012 10:05:58 +0000 (18:05 +0800)
DataObjects/Events.php

index 426e87b..74158a8 100644 (file)
@@ -35,6 +35,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
     //  ------------ROO HOOKS------------------------------------
     function applyFilters($q, $au ,$roo)
     {
+        print_r(1);
         $tn = $this->tableName();
         if (!empty($q['query']['from'])) {
             $dt = date('Y-m-d' , strtotime($q['query']['from']));