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

index c96382b..74d4263 100644 (file)
@@ -40,7 +40,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         }
         if (!empty($q['query']['grouped']) && $q['query']['grouped'] == 'gr') {
             // grouped..
-            DB_DataObject::Debuglevel(1);
+            //DB_DataObject::Debuglevel(1);
             $this->groupBy('on_id');
             $this->selectAdd('
                 (SELECT count(id) FROM core_event_audit WHERE event_id = Events.id) as changed