[Vtigercrm-commits] [vtiger-commits] r5303 - in /vtigercrm/trunk/modules/Users: DeleteProfile.php SaveProfile.php UpdateProfileChanges.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 24 13:06:20 EDT 2006
Author: don
Date: Mon Apr 24 11:06:14 2006
New Revision: 5303
Log:
parenttab issue in profiles has been fixed
Modified:
vtigercrm/trunk/modules/Users/DeleteProfile.php
vtigercrm/trunk/modules/Users/SaveProfile.php
vtigercrm/trunk/modules/Users/UpdateProfileChanges.php
Modified: vtigercrm/trunk/modules/Users/DeleteProfile.php
==============================================================================
Binary files - no diff available.
Modified: vtigercrm/trunk/modules/Users/SaveProfile.php
==============================================================================
Binary files - no diff available.
Modified: vtigercrm/trunk/modules/Users/UpdateProfileChanges.php
==============================================================================
--- vtigercrm/trunk/modules/Users/UpdateProfileChanges.php (original)
+++ vtigercrm/trunk/modules/Users/UpdateProfileChanges.php Mon Apr 24 11:06:14 2006
@@ -170,7 +170,7 @@
}
}
- $loc = "Location: index.php?action=".$return_action."&module=Users&mode=view&profileid=".$profileid;
+ $loc = "Location: index.php?action=".$return_action."&module=Users&mode=view&parenttab=Settings&profileid=".$profileid;
header($loc);
function getPermissionValue($req_per)
More information about the vtigercrm-commits
mailing list