function notify_perm in Notify 5.2
Same name and namespace in other branches
- 5 notify.module \notify_perm()
- 6 notify.module \notify_perm()
Implementation of hook_perm().
File
- ./
notify.module, line 96
Code
function notify_perm() {
return array(
'access notify',
'administer notify',
);
}