You are here

function mailhandler_perm in Mailhandler 5

Same name and namespace in other branches
  1. 6.2 mailhandler.module \mailhandler_perm()
  2. 6 mailhandler.module \mailhandler_perm()
  3. 7 mailhandler.module \mailhandler_perm()

Implementation of hook_perm().

File

./mailhandler.module, line 630

Code

function mailhandler_perm() {
  return array(
    'administer mailhandler',
  );
}