function spaces_perm in Spaces 6.3
Same name and namespace in other branches
- 5.2 spaces.module \spaces_perm()
- 5 spaces.module \spaces_perm()
- 6 spaces.module \spaces_perm()
- 6.2 spaces.module \spaces_perm()
Implementation of hook_perm().
File
- ./
spaces.module, line 764
Code
function spaces_perm() {
return array(
'administer spaces',
);
}