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

DataObjects/Events.php

index eb35d45..554853d 100644 (file)
@@ -41,6 +41,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         if (!empty($q['query']['grouped']) && $q['query']['grouped'] == 'gr') {
             // grouped..
             DB_DataObject::Debuglevel(1);
+            $this->groupBy('on_id');
         }
             
     }