[Vtigercrm-commits] [vtiger-commits] r6818 - /vtigercrm/trunk/modules/Contacts/Merge.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 02:06:22 EDT 2006
Author: saraj
Date: Wed May 31 00:06:19 2006
New Revision: 6818
Log:
* modified for 5.0 beta
Modified:
vtigercrm/trunk/modules/Contacts/Merge.php
Modified: vtigercrm/trunk/modules/Contacts/Merge.php
==============================================================================
--- vtigercrm/trunk/modules/Contacts/Merge.php (original)
+++ vtigercrm/trunk/modules/Contacts/Merge.php Wed May 31 00:06:19 2006
@@ -77,7 +77,7 @@
}
//<<<<<<<<<<<<<<<<header for csv and select columns for query>>>>>>>>>>>>>>>>>>>>>>>>
-$query1="select tab.name,field.tablename,field.columnname,field.fieldlabel from field inner join tab on tab.tabid = field.tabid where field.tabid in (4,6) and field.block <> 4 order by field.tablename";
+$query1="select tab.name,field.tablename,field.columnname,field.fieldlabel from field inner join tab on tab.tabid = field.tabid where field.tabid in (4,6) and field.block <> 6 and field.block <> 75 order by field.tablename";
$result = $adb->query($query1);
$y=$adb->num_rows($result);
More information about the vtigercrm-commits
mailing list