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