[Vtigercrm-commits] [vtiger-commits] r4490 - /vtigercrm/trunk/modules/Invoice/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 27 23:18:37 EST 2006
Author: saraj
Date: Mon Mar 27 21:18:32 2006
New Revision: 4490
Log:
junk code has been removed
Modified:
vtigercrm/trunk/modules/Invoice/ListView.php
Modified: vtigercrm/trunk/modules/Invoice/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Invoice/ListView.php (original)
+++ vtigercrm/trunk/modules/Invoice/ListView.php Mon Mar 27 21:18:32 2006
@@ -25,21 +25,14 @@
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('order_list');
-
-global $currentModule;
-global $theme;
// Get _dom arrays from Database
$comboFieldNames = Array('accounttype'=>'account_type_dom'
,'industry'=>'industry_dom');
$comboFieldArray = getComboArray($comboFieldNames);
-
-// focus_list is the means of passing data to a ListView.
-global $focus_list;
if (!isset($where)) $where = "";
@@ -108,7 +101,6 @@
-global $theme;
$theme_path="themes/".$theme."/";
$image_path=$theme_path."images/";
$smarty->assign("MOD", $mod_strings);
More information about the vtigercrm-commits
mailing list