function mailhandler_perm in Mailhandler 6.2
Same name and namespace in other branches
- 5 mailhandler.module \mailhandler_perm()
- 6 mailhandler.module \mailhandler_perm()
- 7 mailhandler.module \mailhandler_perm()
Implementation of hook_perm().
File
- ./
mailhandler.module, line 13 - Retrieves email for posting as nodes and comments.
Code
function mailhandler_perm() {
return array(
'administer mailhandler',
);
}