MTrackWeb/Cron/Notify.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 Mar 2011 11:40:19 +0000 (19:40 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 Mar 2011 11:40:19 +0000 (19:40 +0800)
MTrackWeb/Cron/Notify.php

index bd467c9..51b9aec 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+require_once 'MTrackWeb.php';
 
 class MTrackWeb_Cron_Notify extends MTrackWeb
 {
@@ -51,8 +52,6 @@ class MTrackWeb_Cron_Notify extends MTrackWeb
             // we can now query mtrack_change for anything that occured in that list..
             $messages[]  = $CS->gatherChanges($since, $uid, $ar);
             
-            
-            
         }
         die("done");