[Vtigercrm-commits] [vtiger-commits] r4528 - /vtigercrm/trunk/modules/Quotes/ListTopQuotes.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 28 01:30:39 EST 2006
Author: saraj
Date: Mon Mar 27 23:30:33 2006
New Revision: 4528
Log:
junk code has been removed
Modified:
vtigercrm/trunk/modules/Quotes/ListTopQuotes.php
Modified: vtigercrm/trunk/modules/Quotes/ListTopQuotes.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/ListTopQuotes.php (original)
+++ vtigercrm/trunk/modules/Quotes/ListTopQuotes.php Mon Mar 27 23:30:33 2006
@@ -23,25 +23,15 @@
require_once('include/utils/utils.php');
require_once('modules/CustomView/CustomView.php');
- global $app_strings;
- global $current_language;
- global $current_user;
+ global $app_strings,$current_language,$current_user;
$current_module_strings = return_module_language($current_language, 'Quotes');
- global $list_max_entries_per_page;
- global $urlPrefix;
- global $adb;
+ global $list_max_entries_per_page,$adb,$theme,$mod_strings;
$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;
$url_string = '';
$sorder = '';
@@ -59,8 +49,6 @@
}
$focus = new Quote();
- global $theme;
- global $mod_strings;
$theme_path="themes/".$theme."/";
$image_path=$theme_path."images/";
More information about the vtigercrm-commits
mailing list