You are here

function spaces_perm in Spaces 5.2

Same name and namespace in other branches
  1. 5 spaces.module \spaces_perm()
  2. 6.3 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 20

Code

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