DataObjects/Core_event_audit.php
authorAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 04:59:37 +0000 (12:59 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 04:59:37 +0000 (12:59 +0800)
DataObjects/Core_event_audit.php

index 46c93de..77820ce 100644 (file)
@@ -61,6 +61,7 @@ class Pman_Core_DataObjects_Core_event_audit extends DB_DataObject
     }
     function findLast($event, $name)
     {
+        DB_DataObject::debugLevel(1);
         $x = DB_DataObject::factory('core_event_audit');
         $x->autoJoin();
         $x->selectAdd();