[Vtigercrm-commits] [vtiger-commits] r10730 - /vtigercrm/branches/5.0.3/include/utils/CommonUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 19 07:32:55 EDT 2007
Author: richie
Date: Thu Apr 19 05:32:50 2007
New Revision: 10730
Log:
fix for Need Sender name on Notification mail of Potential. Fixes #3595 -minnie
Modified:
vtigercrm/branches/5.0.3/include/utils/CommonUtils.php
Modified: vtigercrm/branches/5.0.3/include/utils/CommonUtils.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/utils/CommonUtils.php (original)
+++ vtigercrm/branches/5.0.3/include/utils/CommonUtils.php Thu Apr 19 05:32:50 2007
@@ -2072,7 +2072,7 @@
$description .= $temp_label.' : <b>'.$focus->column_fields[$fieldname].'</b><br>';
}
- $description .= '<br><br>'.$app_strings['MSG_THANK_YOU'].'<br>';
+ $description .= '<br><br>'.$app_strings['MSG_THANK_YOU'].',<br>'.$current_user->user_name.'.<br>';
$status = send_mail($module,$ownermailid,$current_user->user_name,'',$subject,$description);
$log->debug("Exiting sendNotificationToOwner method ...");
More information about the vtigercrm-commits
mailing list