DataObjects/Events.php
authorAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 06:37:39 +0000 (14:37 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 06:37:39 +0000 (14:37 +0800)
DataObjects/Events.php

index d0dd5e5..8a10121 100644 (file)
@@ -38,7 +38,10 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             $dt = date('Y-m-d' , strtotime($q['query']['to']));
             $this->whereAdd(" Events.event_when <=  '$dt' ");
         }
-         
+        if (!empty($q['query']['grouped']) && $q['query']['grouped'] == 'gr') {
+            // grouped..
+        }
+            
     }
     /**
      * check who is trying to access this. false == access denied..