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

index 74158a8..b1d23a6 100644 (file)
@@ -35,7 +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']));