You are here

function mailhandler_perm in Mailhandler 6.2

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