[Vtigercrm-commits] [vtiger-commits] r4891 - /vtigercrm/trunk/modules/Quotes/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 5 02:25:06 EDT 2006
Author: saraj
Date: Wed Apr 5 00:25:01 2006
New Revision: 4891
Log:
dom array has been removed
Modified:
vtigercrm/trunk/modules/Quotes/ListView.php
Modified: vtigercrm/trunk/modules/Quotes/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/ListView.php (original)
+++ vtigercrm/trunk/modules/Quotes/ListView.php Wed Apr 5 00:25:01 2006
@@ -28,10 +28,6 @@
global $app_strings,$list_max_entries_per_page,$currentModule,$theme;
$log = LoggerManager::getLogger('quote_list');
-
-// Get _dom arrays from Database
-$comboFieldNames = Array('quotestage'=>'quotestage_dom');
-$comboFieldArray = getComboArray($comboFieldNames);
if (!isset($where)) $where = "";
More information about the vtigercrm-commits
mailing list