[Vtigercrm-commits] [vtiger-commits] r5260 - /vtigercrm/trunk/modules/Users/UpdateProfileChanges.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 24 07:33:45 EDT 2006
Author: don
Date: Mon Apr 24 05:33:41 2006
New Revision: 5260
Log:
security support for Faq done
Modified:
vtigercrm/trunk/modules/Users/UpdateProfileChanges.php
Modified: vtigercrm/trunk/modules/Users/UpdateProfileChanges.php
==============================================================================
--- vtigercrm/trunk/modules/Users/UpdateProfileChanges.php (original)
+++ vtigercrm/trunk/modules/Users/UpdateProfileChanges.php Mon Apr 24 05:33:41 2006
@@ -46,7 +46,7 @@
{
$tab_id = $adb->query_result($tab_perr_result,$i,"tabid");
$request_var = $tab_id.'_tab';
- if($tab_id != 3 && $tab_id != 16 && $tab_id != 15)
+ if($tab_id != 3 && $tab_id != 16)
{
$permission = $_REQUEST[$request_var];
if($permission == 'on')
@@ -71,7 +71,7 @@
for($i=0; $i<$num_act_per; $i++)
{
$tab_id = $adb->query_result($act_perr_result,$i,"tabid");
- if($tab_id != 16 && $tab_id != 15)
+ if($tab_id != 16)
{
$action_id = $adb->query_result($act_perr_result,$i,"operation");
$action_name = getActionname($action_id);
More information about the vtigercrm-commits
mailing list