function mass_contact_perm in Mass Contact 5
Same name and namespace in other branches
- 5.2 mass_contact.module \mass_contact_perm()
- 6 mass_contact.module \mass_contact_perm()
Implementation of hook_perm
File
- ./
mass_contact.module, line 36 - Enables mass contact form to selected roles.
Code
function mass_contact_perm() {
return array(
'access mass contact form',
'choose whether to archive mass contact messages',
'send mass contact attachments',
);
}