function subuser_perm in Subuser 5
Same name and namespace in other branches
- 6 subuser.module \subuser_perm()
Implementation of hook_perm().
File
- ./
subuser.module, line 5
Code
function subuser_perm() {
return array(
'administer subuser',
'manage subuser',
);
}