[Vtigercrm-commits] [vtiger-commits] r4527 - /vtigercrm/trunk/modules/Quotes/ListView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 28 01:26:27 EST 2006


Author: saraj
Date: Mon Mar 27 23:26:21 2006
New Revision: 4527

Log:
junk code 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 Mon Mar 27 23:26:21 2006
@@ -25,20 +25,13 @@
 require_once('modules/CustomView/CustomView.php');
 
 
-global $app_strings;
-global $list_max_entries_per_page;
+global $app_strings,$list_max_entries_per_page,$currentModule,$theme;
 
 $log = LoggerManager::getLogger('quote_list');
-
-global $currentModule;
-global $theme;
 
 // Get _dom arrays from Database
 $comboFieldNames = Array('quotestage'=>'quotestage_dom');
 $comboFieldArray = getComboArray($comboFieldNames);
-
-// focus_list is the means of passing data to a ListView.
-global $focus_list;
 
 if (!isset($where)) $where = "";
 
@@ -114,7 +107,6 @@
 			'.$cvHTML;
 
 
-global $theme;
 $theme_path="themes/".$theme."/";
 $image_path=$theme_path."images/";
 $smarty->assign("MOD", $mod_strings);





More information about the vtigercrm-commits mailing list