[Vtigercrm-commits] [vtiger-commits] r4889 - /vtigercrm/trunk/modules/Products/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 5 02:21:55 EDT 2006
Author: saraj
Date: Wed Apr 5 00:21:48 2006
New Revision: 4889
Log:
dom array has been removed
Modified:
vtigercrm/trunk/modules/Products/ListView.php
Modified: vtigercrm/trunk/modules/Products/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Products/ListView.php (original)
+++ vtigercrm/trunk/modules/Products/ListView.php Wed Apr 5 00:21:48 2006
@@ -35,11 +35,6 @@
$category = getParentTab();
$smarty->assign("CATEGORY",$category);
$other_text = Array();
-
-
-$comboFieldNames = Array('manufacturer'=>'manufacturer_dom'
- ,'productcategory'=>'productcategory_dom');
-$comboFieldArray = getComboArray($comboFieldNames);
$url_string = '&smodule=PRODUCTS'; // assigning http url string
More information about the vtigercrm-commits
mailing list