function messaging_notify_perm in Messaging 6
Implementation of hook_perm().
File
- messaging_notify/
messaging_notify.module, line 134 - Subscriptions to messaging events
Code
function messaging_notify_perm() {
return array(
'subscribe to messages',
);
}