You are here

function mailhandler_perm in Mailhandler 6

Same name and namespace in other branches
  1. 5 mailhandler.module \mailhandler_perm()
  2. 6.2 mailhandler.module \mailhandler_perm()
  3. 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',
  );
}