[Vtigercrm-commits] [vtiger-commits] r10336 - in /vtigercrm/branches/5.0.3/modules/Emails: language/en_us.lang.php mail.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sun Mar 4 23:50:44 EST 2007


Author: saraj
Date: Sun Mar  4 21:50:38 2007
New Revision: 10336

Log:
typo error has been fixed. --Minnie

Modified:
    vtigercrm/branches/5.0.3/modules/Emails/language/en_us.lang.php
    vtigercrm/branches/5.0.3/modules/Emails/mail.php

Modified: vtigercrm/branches/5.0.3/modules/Emails/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Emails/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/modules/Emails/language/en_us.lang.php Sun Mar  4 21:50:38 2007
@@ -155,7 +155,7 @@
 'MESSAGE_MAIL_COULD_NOT_BE_SEND'=>'Mail could not be sent to the assigned to user.',
 'MESSAGE_PLEASE_CHECK_ASSIGNED_USER_EMAILID'=>'Please check the assigned to user email id...',
 'MESSAGE_PLEASE_CHECK_THE_FROM_MAILID'=>'Please check the from email id',
-'MESSAGE_MAIL_COULD_NOT_BE_SEND_TO_THIS_EMAILID'=>'Mail could not be sent to this email id'
+'MESSAGE_MAIL_COULD_NOT_BE_SEND_TO_THIS_EMAILID'=>'Mail could not be sent to this email id',
 'PLEASE_CHECK_THIS_EMAILID'=>'Please check this mail id...',
 );
 

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 Sun Mar  4 21:50:38 2007
@@ -459,7 +459,7 @@
 			else
 			{
 				$adb->println("else part - mail send process failed due to the following reason.");
-			D	$errorstr .= "<br><b><font color=red> ".$mod_strings['MESSAGE_MAIL_COULD_NOT_BE_SEND_TO_THIS_EMAILID']." '".$status_str[0]."'. ".$mod_strings['PLEASE_CHECK_THIS_EMAILID']."</font></b>";	
+				$errorstr .= "<br><b><font color=red> ".$mod_strings['MESSAGE_MAIL_COULD_NOT_BE_SEND_TO_THIS_EMAILID']." '".$status_str[0]."'. ".$mod_strings['PLEASE_CHECK_THIS_EMAILID']."</font></b>";	
 			}
 		}
 	}





More information about the vtigercrm-commits mailing list