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

index fa84054..0f35131 100644 (file)
@@ -52,7 +52,7 @@ class MTrackWeb_Cron_Notify extends MTrackWeb
         foreach($watches as $uid => $ar) {
             // we can now query mtrack_change for anything that occured in that list..
             $messages = $CS->gatherChanges($e->event_when, $uid, $ar);
-            print_R($messages);exit;
+            //print_R($messages);exit;
             // we should cache the emails. = as multiple people might be getting the same email.
             
             // should be like a list of tickets
@@ -81,7 +81,7 @@ class MTrackWeb_Cron_Notify extends MTrackWeb
             
             
         }
-        print_R($messages);
+       // print_R($messages);
         die("done");