admRemoveUserFromProjectRole
Description
Removes a single user from a project role if the user is in that role.
Parameters
Return Type
Boolean
Returns "true" if operation succeeded.
Example
removeUserFromProjectRole("user.3", "TEST", "Developers");
The look-up is first made after the userkey, then after the username.
See also
Peacock