function spaces_og_perm in Spaces 5.2
Same name and namespace in other branches
- 6.3 spaces_og/spaces_og.module \spaces_og_perm()
- 6 spaces_og/spaces_og.module \spaces_og_perm()
- 6.2 spaces_og/spaces_og.module \spaces_og_perm()
Implementation of hook_perm().
File
- ./
spaces_og.module, line 492
Code
function spaces_og_perm() {
return array(
'administer group features',
'view users outside groups',
);
}