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

index 8617e6b..fa84054 100644 (file)
@@ -257,8 +257,10 @@ class MTrackWeb_Cron_Notify extends MTrackWeb
                 }
             }
         }
+        
         $body .= sprintf("%s%s/Ticket.php/%s\n\n", $this->HTTP_HOST, $this->baseURL, $ticket->ident);
-           
+        
+        echo $body;   
     
         //  send_mail($udata['email'], $plain);
     }