function pcp_perm in Profile Complete Percent 6
Same name and namespace in other branches
- 5 pcp.module \pcp_perm()
- 6.2 pcp.module \pcp_perm()
Implementation of hook_perm()
File
- ./
pcp.module, line 13 - Allows users with valid permissions to tag profile fields created from the profile module as required fields for a users profile to be considered complete.
Code
function pcp_perm() {
return array(
'administer pcp',
);
}