[Vtigercrm-commits] [vtiger-commits] r4476 - /vtigercrm/trunk/modules/PurchaseOrder/ListView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 27 22:15:40 EST 2006


Author: saraj
Date: Mon Mar 27 20:15:36 2006
New Revision: 4476

Log:
junk code has been removed

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

Modified: vtigercrm/trunk/modules/PurchaseOrder/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/ListView.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/ListView.php Mon Mar 27 20:15:36 2006
@@ -22,24 +22,17 @@
 require_once('include/database/PearDatabase.php');
 require_once('include/ComboUtil.php');
 require_once('include/utils/utils.php');
-require_once('include/utils/utils.php');
 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 = "";
 
@@ -111,7 +104,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