[Vtigercrm-commits] [vtiger-commits] r4463 - /vtigercrm/trunk/modules/SalesOrder/EditView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 27 10:21:14 EST 2006
Author: saraj
Date: Mon Mar 27 08:21:10 2006
New Revision: 4463
Log:
junk code has been removed
Modified:
vtigercrm/trunk/modules/SalesOrder/EditView.php
Modified: vtigercrm/trunk/modules/SalesOrder/EditView.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/EditView.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/EditView.php Mon Mar 27 08:21:10 2006
@@ -30,10 +30,7 @@
require_once('include/utils/utils.php');
require_once('include/FormValidationUtil.php');
-global $app_strings;
-global $mod_strings;
-global $current_user;
-global $log;
+global $app_strings,$mod_strings,$log,$theme;
$log->debug("Inside Sales Order EditView");
@@ -160,7 +157,6 @@
}
-global $theme;
$theme_path="themes/".$theme."/";
$image_path=$theme_path."images/";
//retreiving the combo values array
More information about the vtigercrm-commits
mailing list