function og_subgroups_perm in Subgroups for Organic groups 6
Same name and namespace in other branches
- 5.4 og_subgroups.module \og_subgroups_perm()
- 5 og_subgroups.module \og_subgroups_perm()
- 5.3 og_subgroups.module \og_subgroups_perm()
Implementation of hook_perm().
File
- ./
og_subgroups.module, line 11 - Maintains a hierarchy of groups created by the orgainc groups module.
Code
function og_subgroups_perm() {
return array(
'administer groups hierarchy',
'edit groups hierarchy',
);
}