[Vtigercrm-commits] [vtiger-commits] r6364 - /vtigercrm/trunk/modules/Products/Product.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 24 14:24:05 EDT 2006


Author: saraj
Date: Wed May 24 12:24:00 2006
New Revision: 6364

Log:
* Removed the unwanted comma which cause error during export when we have custom field

Modified:
    vtigercrm/trunk/modules/Products/Product.php

Modified: vtigercrm/trunk/modules/Products/Product.php
==============================================================================
--- vtigercrm/trunk/modules/Products/Product.php (original)
+++ vtigercrm/trunk/modules/Products/Product.php Wed May 24 12:24:00 2006
@@ -277,9 +277,8 @@
 		if($this->checkIfCustomTableExists('productcf'))
 		{
 
-			$query = $this->constructCustomQueryAddendum('productcf','Products') . 
-				",    
-				products.productid productid,
+		$query = $this->constructCustomQueryAddendum('productcf','Products') ."    
+			products.productid productid,
 			products.productname productname,
 			products.productcode productcode,
 			products.productcategory productcategory,





More information about the vtigercrm-commits mailing list