[Vtigercrm-commits] [vtiger-commits] r4559 - /vtigercrm/trunk/modules/Vendors/EditView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 28 02:16:18 EST 2006


Author: saraj
Date: Tue Mar 28 00:16:13 2006
New Revision: 4559

Log:
junk code has been removed

Modified:
    vtigercrm/trunk/modules/Vendors/EditView.php

Modified: vtigercrm/trunk/modules/Vendors/EditView.php
==============================================================================
--- vtigercrm/trunk/modules/Vendors/EditView.php (original)
+++ vtigercrm/trunk/modules/Vendors/EditView.php Tue Mar 28 00:16:13 2006
@@ -14,10 +14,7 @@
 require_once('modules/Vendors/Vendor.php');
 require_once('include/FormValidationUtil.php');
 
-global $app_strings;
-global $app_list_strings;
-global $mod_strings;
-global $current_user;
+global $app_strings,$mod_strings,$theme;
 
 $focus = new Vendor();
 $smarty = new vtigerCRM_Smarty();
@@ -35,7 +32,6 @@
     	$focus->mode = ''; 	
 } 
 
-global $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