[Vtigercrm-commits] [vtiger-commits] r4466 - /vtigercrm/trunk/modules/SalesOrder/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 27 10:27:12 EST 2006
Author: saraj
Date: Mon Mar 27 08:27:07 2006
New Revision: 4466
Log:
junk code has been removed
Modified:
vtigercrm/trunk/modules/SalesOrder/ListView.php
Modified: vtigercrm/trunk/modules/SalesOrder/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/ListView.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/ListView.php Mon Mar 27 08:27:07 2006
@@ -16,12 +16,7 @@
require_once('modules/CustomView/CustomView.php');
-global $app_strings;
-global $mod_strings;
-global $list_max_entries_per_page;
-
-global $currentModule;
-global $theme;
+global $app_strings,$mod_strings,$list_max_entries_per_page,$currentModule,$theme;
$theme_path="themes/".$theme."/";
$image_path=$theme_path."images/";
require_once($theme_path.'layout_utils.php');
More information about the vtigercrm-commits
mailing list