MTrackWeb/Cron/Notify.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 27 Mar 2011 05:55:10 +0000 (13:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 27 Mar 2011 05:55:10 +0000 (13:55 +0800)
MTrackWeb/Cron/Notify.php

index 41f650f..2c5d5a1 100644 (file)
@@ -43,6 +43,7 @@ class MTrackWeb_Cron_Notify extends MTrackWeb
         
         $w = DB_DataObject::factory('core_watch');
         echo "gather watched";
+        DB_DataObject::debugLevel(1);
         // returns a list of user with the objects they are watching..
         $watches = $w->watched('email');