[Vtigercrm-commits] [vtiger-commits] r10606 - /vtigercrm/branches/5.0.3/modules/Emails/mail.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 10 01:48:07 EDT 2007


Author: richie
Date: Mon Apr  9 23:47:59 2007
New Revision: 10606

Log:
fix for Signature comes two time. Fixes #3623  --minnie

Modified:
    vtigercrm/branches/5.0.3/modules/Emails/mail.php

Modified: vtigercrm/branches/5.0.3/modules/Emails/mail.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Emails/mail.php (original)
+++ vtigercrm/branches/5.0.3/modules/Emails/mail.php Mon Apr  9 23:47:59 2007
@@ -41,8 +41,8 @@
 	//if module is HelpDesk then from_email will come based on support email id 
 	if($from_email == '')//$module != 'HelpDesk')
 		$from_email = getUserEmailId('user_name',$from_name);
-
-	$contents = addSignature($contents,$from_name);
+	if($module != "Calendar")
+                $contents = addSignature($contents,$from_name);	
 
 	$mail = new PHPMailer();
 





More information about the vtigercrm-commits mailing list