You are here

function spaces_og_perm in Spaces 6.3

Same name and namespace in other branches
  1. 5.2 spaces_og.module \spaces_og_perm()
  2. 6 spaces_og/spaces_og.module \spaces_og_perm()
  3. 6.2 spaces_og/spaces_og.module \spaces_og_perm()

Implementation of hook_perm().

File

spaces_og/spaces_og.module, line 231

Code

function spaces_og_perm() {
  return array(
    'view users outside groups',
  );
}