[Vtigercrm-commits] [vtiger-commits] r4474 - /vtigercrm/trunk/modules/PurchaseOrder/EditView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 27 22:10:49 EST 2006


Author: saraj
Date: Mon Mar 27 20:10:46 2006
New Revision: 4474

Log:
junk code has been removed

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

Modified: vtigercrm/trunk/modules/PurchaseOrder/EditView.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/EditView.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/EditView.php Mon Mar 27 20:10:46 2006
@@ -29,10 +29,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;
 
 
 $focus = new Order();
@@ -76,7 +73,6 @@
 	$focus->column_fields['ship_country']=$vend_focus->column_fields['country'];
 
 }
-global $theme;
 $theme_path="themes/".$theme."/";
 $image_path=$theme_path."images/";
 //retreiving the combo values array





More information about the vtigercrm-commits mailing list