You are here

function spaces_og_perm in Spaces 5.2

Same name and namespace in other branches
  1. 6.3 spaces_og/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.module, line 492

Code

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