[Vtigercrm-commits] [vtiger-commits] r4884 - /vtigercrm/trunk/modules/Contacts/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 5 02:07:22 EDT 2006
Author: saraj
Date: Wed Apr 5 00:07:17 2006
New Revision: 4884
Log:
dom array has been removed
Modified:
vtigercrm/trunk/modules/Contacts/ListView.php
Modified: vtigercrm/trunk/modules/Contacts/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Contacts/ListView.php (original)
+++ vtigercrm/trunk/modules/Contacts/ListView.php Wed Apr 5 00:07:17 2006
@@ -34,12 +34,7 @@
$log = LoggerManager::getLogger('contact_list');
-global $currentModule;
-global $theme;
-
-// Get _dom arrays from Database
-$comboFieldNames = Array('leadsource'=>'leadsource_dom');
-$comboFieldArray = getComboArray($comboFieldNames);
+global $currentModule,$theme;
$focus = new Contact();
$smarty = new vtigerCRM_Smarty;
More information about the vtigercrm-commits
mailing list