[Vtigercrm-commits] [vtiger-commits] r4472 - /vtigercrm/trunk/modules/PurchaseOrder/DetailView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 27 22:03:15 EST 2006
Author: saraj
Date: Mon Mar 27 20:03:12 2006
New Revision: 4472
Log:
junk code has been removed
Modified:
vtigercrm/trunk/modules/PurchaseOrder/DetailView.php
Modified: vtigercrm/trunk/modules/PurchaseOrder/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/DetailView.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/DetailView.php Mon Mar 27 20:03:12 2006
@@ -26,8 +26,7 @@
require_once('include/CustomFieldUtil.php');
require_once('include/database/PearDatabase.php');
require_once('include/utils/utils.php');
-global $mod_strings;
-global $app_strings;
+global $mod_strings,$app_strings,$theme,$profile_id;
$focus = new Order();
@@ -41,7 +40,6 @@
$focus->id = "";
}
-global $theme;
$theme_path="themes/".$theme."/";
$image_path=$theme_path."images/";
require_once($theme_path.'layout_utils.php');
@@ -79,7 +77,6 @@
$smarty->assign("DELETE","permitted");
//Security check for related list
-global $profile_id;
$tab_per_Data = getAllTabsPermission($profile_id);
$permissionData = $_SESSION['action_permission_set'];
More information about the vtigercrm-commits
mailing list