[Vtigercrm-commits] [vtiger-commits] r4408 - /vtigercrm/trunk/modules/Quotes/Save.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 24 02:39:27 EST 2006


Author: saraj
Date: Fri Mar 24 00:39:12 2006
New Revision: 4408

Log:
moved the include of mail.php to first

Modified:
    vtigercrm/trunk/modules/Quotes/Save.php

Modified: vtigercrm/trunk/modules/Quotes/Save.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/Save.php (original)
+++ vtigercrm/trunk/modules/Quotes/Save.php Fri Mar 24 00:39:12 2006
@@ -25,6 +25,7 @@
 require_once('include/logging.php');
 //require_once('database/DatabaseConnection.php');
 require_once('include/database/PearDatabase.php');
+include("modules/Emails/mail.php");
 
 $local_log =& LoggerManager::getLogger('index');
 
@@ -213,7 +214,6 @@
                 $body = str_replace('{QUOTEQUANTITY}',$qty,$body);
                 $body = str_replace('{CURRENTUSER}',$current_user->user_name,$body);
 
-		include("modules/Emails/mail.php");
 		$mail_status = send_mail("Quotes",$to_address,$current_user->user_name,$current_user->email1,$subject,$body);
         }
 





More information about the vtigercrm-commits mailing list