[Vtigercrm-commits] [vtiger-commits] r6817 - /vtigercrm/trunk/modules/Contacts/Contact.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 01:57:37 EDT 2006
Author: saraj
Date: Tue May 30 23:57:33 2006
New Revision: 6817
Log:
changed query for word plugin
Modified:
vtigercrm/trunk/modules/Contacts/Contact.php
Modified: vtigercrm/trunk/modules/Contacts/Contact.php
==============================================================================
--- vtigercrm/trunk/modules/Contacts/Contact.php (original)
+++ vtigercrm/trunk/modules/Contacts/Contact.php Tue May 30 23:57:33 2006
@@ -551,7 +551,7 @@
{
global $log;
$log->debug("Entering getColumnNames() method ...");
- $sql1 = "select fieldlabel from field where tabid=4 and block <> 4";
+ $sql1 = "select fieldlabel from field where tabid=4 and block <> 6 and block <> 75";
$result = $this->db->query($sql1);
$numRows = $this->db->num_rows($result);
for($i=0; $i < $numRows;$i++)
More information about the vtigercrm-commits
mailing list