[Vtigercrm-commits] [vtiger-commits] r7100 - /vtigercrm/trunk/modules/Settings/DeleteLeadCustomFieldMapping.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Jun 15 02:41:14 EDT 2006
Author: don
Date: Thu Jun 15 00:41:11 2006
New Revision: 7100
Log:
prefixed vtiger_ in all table names
Modified:
vtigercrm/trunk/modules/Settings/DeleteLeadCustomFieldMapping.php
Modified: vtigercrm/trunk/modules/Settings/DeleteLeadCustomFieldMapping.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/DeleteLeadCustomFieldMapping.php (original)
+++ vtigercrm/trunk/modules/Settings/DeleteLeadCustomFieldMapping.php Thu Jun 15 00:41:11 2006
@@ -16,7 +16,7 @@
if($id !='')
{
- $sql="update vtiger_convertleadmapping set vtiger_accountfid ='NULL',contactfid='NULL',potentialfid='NULL' where cfmid=".$id;
+ $sql="update vtiger_convertleadmapping set accountfid ='NULL',contactfid='NULL',potentialfid='NULL' where cfmid=".$id;
$result = $adb->query($sql);
}
More information about the vtigercrm-commits
mailing list