[Vtigercrm-commits] [vtiger-commits] r4502 - /vtigercrm/trunk/modules/PriceBooks/EditView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 27 23:53:57 EST 2006


Author: saraj
Date: Mon Mar 27 21:53:53 2006
New Revision: 4502

Log:
junk code has been removed

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

Modified: vtigercrm/trunk/modules/PriceBooks/EditView.php
==============================================================================
--- vtigercrm/trunk/modules/PriceBooks/EditView.php (original)
+++ vtigercrm/trunk/modules/PriceBooks/EditView.php Mon Mar 27 21:53:53 2006
@@ -14,10 +14,7 @@
 require_once('modules/PriceBooks/PriceBook.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 PriceBook();
 $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