[Vtigercrm-commits] [vtiger-commits] r5389 - /vtigercrm/trunk/modules/Leads/DetailView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 26 09:37:03 EDT 2006
Author: don
Date: Wed Apr 26 07:36:57 2006
New Revision: 5389
Log:
Removed call to tabPerData
Modified:
vtigercrm/trunk/modules/Leads/DetailView.php
Modified: vtigercrm/trunk/modules/Leads/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Leads/DetailView.php (original)
+++ vtigercrm/trunk/modules/Leads/DetailView.php Wed Apr 26 07:36:57 2006
@@ -68,14 +68,8 @@
$val = isPermitted("Leads",1,$_REQUEST['record']);
-$permissionData = $_SESSION['action_permission_set'];
if(isPermitted("Leads",1,$_REQUEST['record']) == 'yes')
$smarty->assign("EDIT_DUPLICATE","permitted");
-
-//Security check for Convert Lead Button
-global $profile_id;
-$tab_per_Data = getAllTabsPermission($profile_id);
-$permissionData = $_SESSION['action_permission_set'];
if(isPermitted("Leads","ConvertLead") =='yes' && isPermitted("Accounts","EditView") =='yes' && isPermitted("Contacts","EditView"))
More information about the vtigercrm-commits
mailing list