[Vtigercrm-commits] [vtiger-commits] r9305 - /vtigercrm/tags/vtigercrm-4.2.4/modules/Leads/LeadConvertToEntities.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Sep 6 02:06:53 EDT 2006
Author: allanbush
Date: Wed Sep 6 00:06:51 2006
New Revision: 9305
Log:
Reverted changeset:9127 as that change was not part of the 4.2.4 release.
Modified:
vtigercrm/tags/vtigercrm-4.2.4/modules/Leads/LeadConvertToEntities.php
Modified: vtigercrm/tags/vtigercrm-4.2.4/modules/Leads/LeadConvertToEntities.php
==============================================================================
--- vtigercrm/tags/vtigercrm-4.2.4/modules/Leads/LeadConvertToEntities.php (original)
+++ vtigercrm/tags/vtigercrm-4.2.4/modules/Leads/LeadConvertToEntities.php Wed Sep 6 00:06:51 2006
@@ -279,7 +279,7 @@
$adb->query($sql_insert_contact);
-$sql_insert_contactsubdetails = "INSERT INTO contactsubdetails (contactsubscriptionid,homephone,otherphone,leadsource) VALUES (".$contact_id.",'','',".$adb->quote($row['leadsource']).")";
+$sql_insert_contactsubdetails = "INSERT INTO contactsubdetails (contactsubscriptionid,homephone,otherphone,leadsource) VALUES (".$contact_id.",'','','".$adb->quote($row['leadsource'])."')";
$adb->query($sql_insert_contactsubdetails);
More information about the vtigercrm-commits
mailing list