MTrackWeb/Cron/Notify.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 27 Mar 2011 06:02:58 +0000 (14:02 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 27 Mar 2011 06:02:58 +0000 (14:02 +0800)
MTrackWeb/Cron/Notify.php

index 6aca9b0..a07ce94 100644 (file)
@@ -46,7 +46,7 @@ class MTrackWeb_Cron_Notify extends MTrackWeb
         DB_DataObject::debugLevel(1);
         // returns a list of user with the objects they are watching..
         $watches = $w->watched('email');
-        
+        echo "\nDONE WATCHED\n";
         $CS = DB_DataObject::factory('mtrack_change');
         
         $messages = array();