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