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