[Vtigercrm-commits] [vtiger-commits] r5696 - /vtigercrm/trunk/modules/Accounts/DetailView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 3 04:53:55 EDT 2006
Author: don
Date: Wed May 3 02:53:51 2006
New Revision: 5696
Log:
Removed the calling of permitted actions from session
Modified:
vtigercrm/trunk/modules/Accounts/DetailView.php
Modified: vtigercrm/trunk/modules/Accounts/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Accounts/DetailView.php (original)
+++ vtigercrm/trunk/modules/Accounts/DetailView.php Wed May 3 02:53:51 2006
@@ -70,7 +70,6 @@
$smarty->assign("CATEGORY",$category);
-$permissionData = $_SESSION['action_permission_set'];
if(isPermitted("Accounts","EditView",$_REQUEST['record']) == 'yes')
$smarty->assign("EDIT_DUPLICATE","permitted");
More information about the vtigercrm-commits
mailing list