function calendar_systems_perm in Calendar Systems 6.3
Same name and namespace in other branches
- 6 calendar_systems.module \calendar_systems_perm()
- 6.2 calendar_systems.module \calendar_systems_perm()
Implementation of hook_perm().
File
- ./
calendar_systems.module, line 37
Code
function calendar_systems_perm() {
return array(
'administer calendar_systems',
);
}