function sharedemail_perm in Shared Email 5
Same name and namespace in other branches
- 6 sharedemail.module \sharedemail_perm()
Implementation of hook_perm().
File
- ./
sharedemail.module, line 22 - Allows users to share an email address
Code
function sharedemail_perm() {
return array(
'administer sharedemail',
'show warning text',
);
}