[Vtigercrm-commits] [vtiger-commits] r10255 - /vtigercrm/branches/5.0.3/cron/intimateTaskStatus.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 27 08:21:46 EST 2007


Author: richie
Date: Tue Feb 27 06:21:39 2007
New Revision: 10255

Log:
message edited

Modified:
    vtigercrm/branches/5.0.3/cron/intimateTaskStatus.php

Modified: vtigercrm/branches/5.0.3/cron/intimateTaskStatus.php
==============================================================================
--- vtigercrm/branches/5.0.3/cron/intimateTaskStatus.php (original)
+++ vtigercrm/branches/5.0.3/cron/intimateTaskStatus.php Tue Feb 27 06:21:39 2007
@@ -132,7 +132,7 @@
 while ($myrow = $adb->fetch_array($result))
 {
   $productname=$myrow[0];
-  sendmail($emailaddress,$emailaddress,"Support Ending","Dear Admin,<br> This is to inform you that the support for ".$productname ."\n ends shortly. Kindly renew your support please<br>Regards,<br>HelpDesk Team<br>",$mailserver,$mailuname,$mailpwd,"");	
+  sendmail($emailaddress,$emailaddress,"Support Ending","Dear Admin,<br> This is to inform you that the support for ".$productname ."\n ends shortly. To help us serve you better, kindly renew your support please<br>Regards,<br>HelpDesk Team<br>",$mailserver,$mailuname,$mailpwd,"");	
 }
 
 }





More information about the vtigercrm-commits mailing list