[Vtigercrm-commits] [vtiger-commits] r4882 - /vtigercrm/trunk/modules/Accounts/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 5 02:02:43 EDT 2006
Author: saraj
Date: Wed Apr 5 00:02:35 2006
New Revision: 4882
Log:
dom array has been removed
Modified:
vtigercrm/trunk/modules/Accounts/ListView.php
Modified: vtigercrm/trunk/modules/Accounts/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Accounts/ListView.php (original)
+++ vtigercrm/trunk/modules/Accounts/ListView.php Wed Apr 5 00:02:35 2006
@@ -32,10 +32,6 @@
global $currentModule;
global $theme;
-// Get _dom arrays from Database
-$comboFieldNames = Array('accounttype'=>'account_type_dom'
- ,'industry'=>'industry_dom');
-$comboFieldArray = getComboArray($comboFieldNames);
$category = getParentTab();
// focus_list is the means of passing data to a ListView.
More information about the vtigercrm-commits
mailing list