function mailhandler_perm in Mailhandler 6
Same name and namespace in other branches
- 5 mailhandler.module \mailhandler_perm()
- 6.2 mailhandler.module \mailhandler_perm()
- 7 mailhandler.module \mailhandler_perm()
Implementation of hook_perm().
Related topics
File
- ./
mailhandler.module, line 46 - Mailhandler module code.
Code
function mailhandler_perm() {
return array(
'administer mailhandler',
);
}