You are here

function spaces_perm in Spaces 6.3

Same name and namespace in other branches
  1. 5.2 spaces.module \spaces_perm()
  2. 5 spaces.module \spaces_perm()
  3. 6 spaces.module \spaces_perm()
  4. 6.2 spaces.module \spaces_perm()

Implementation of hook_perm().

File

./spaces.module, line 764

Code

function spaces_perm() {
  return array(
    'administer spaces',
  );
}