[Vtigercrm-commits] [vtiger-commits] r10068 - /vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jan 16 07:38:37 EST 2007
Author: richie
Date: Tue Jan 16 05:38:33 2007
New Revision: 10068
Log:
* Removed the unwanted extra open parenthesis
Modified:
vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php
Modified: vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php (original)
+++ vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php Tue Jan 16 05:38:33 2007
@@ -2214,7 +2214,7 @@
LEFT JOIN vtiger_seproductsrel
ON vtiger_seproductsrel.productid = vtiger_products.productid
WHERE vtiger_crmentity.deleted = 0
- AND ((vtiger_seproductsrel.crmid IS NULL
+ AND (vtiger_seproductsrel.crmid IS NULL
OR vtiger_seproductsrel.crmid IN (".getReadEntityIds('Leads').")
OR vtiger_seproductsrel.crmid IN (".getReadEntityIds('Accounts').")
OR vtiger_seproductsrel.crmid IN (".getReadEntityIds('Potentials').")
More information about the vtigercrm-commits
mailing list