[Vtigercrm-commits] [vtiger-commits] r10372 - /vtigercrm/branches/5.0.3/modules/Emails/EditView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 7 03:16:01 EST 2007


Author: richie
Date: Wed Mar  7 01:15:47 2007
New Revision: 10372

Log:
fixes the issue of the sent mail coming into the inbox

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

Modified: vtigercrm/branches/5.0.3/modules/Emails/EditView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Emails/EditView.php (original)
+++ vtigercrm/branches/5.0.3/modules/Emails/EditView.php Wed Mar  7 01:15:47 2007
@@ -153,7 +153,7 @@
 
 	} elseif($_REQUEST["reply"] == "single"){
 		$smarty->assign('TO_MAIL',$webmail->reply_to[0]);	
-		$smarty->assign('BCC_MAIL',$webmail->to[0]);
+		//$smarty->assign('BCC_MAIL',$webmail->to[0]);
 		if(preg_match("/RE:/i", $webmail->subject))
 			$smarty->assign('SUBJECT',$webmail->subject);
 		else





More information about the vtigercrm-commits mailing list