[Vtigercrm-commits] [vtiger-commits] r4883 - /vtigercrm/trunk/modules/Campaigns/ListView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 5 02:05:15 EDT 2006


Author: saraj
Date: Wed Apr  5 00:05:10 2006
New Revision: 4883

Log:
dom array has been removed

Modified:
    vtigercrm/trunk/modules/Campaigns/ListView.php

Modified: vtigercrm/trunk/modules/Campaigns/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Campaigns/ListView.php (original)
+++ vtigercrm/trunk/modules/Campaigns/ListView.php Wed Apr  5 00:05:10 2006
@@ -21,13 +21,7 @@
 global $app_strings,$mod_strings,$current_language;
 $current_module_strings = return_module_language($current_language, 'Campaigns');
 
-$comboFieldNames = Array('campaigntype'=>'campaigntype_dom'
-                         ,'campaignstatus'=>'campaignstatus_dom');
-$comboFieldArray = getComboArray($comboFieldNames);
-global $currentModule;
-
-
-global $theme;
+global $currentModule,$theme;
 $theme_path="themes/".$theme."/";
 $image_path=$theme_path."images/";
 





More information about the vtigercrm-commits mailing list