Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.0

Bug #7050 unimplyRight: 2nd parameter does not work
Submitted: 2006-03-07 14:07 UTC
From: goethals_d at hotmail dot com Assigned: lsmith
Status: Closed Package: LiveUser_Admin (version 0.16.10)
PHP Version: 5.0.4 OS: WXP
Roadmaps: (Not assigned)    
Subscription  


 [2006-03-07 14:07 UTC] goethals_d at hotmail dot com (dominique)
Description: ------------ liveuser_rights contains 1 record with right_id=5 and has_implied=1. liveuser_implied_right contains 1 record with right_id=5 and implied_right_id=1. When deleting implied rights for right_id=5, the value of has_implied remains, whether the 2nd parameter of unimplyRight is set to true or to false Test script: --------------- $filter = array('right_id' => 5); $deleteImpliedRight = $LUA->perm->unimplyRight($filter, true); Expected result: ---------------- If 2nd parameter = true, has_implied should be set to 0. Actual result: -------------- has_implied=1

Comments

 [2006-03-07 19:27 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2006-03-09 23:45 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!