You are here

function sharedemail_perm in Shared Email 6

Same name and namespace in other branches
  1. 5 sharedemail.module \sharedemail_perm()

Implementation of hook_perm().

File

./sharedemail.module, line 22
Allows users to share an email address

Code

function sharedemail_perm() {
  return array(
    'administer shared email',
    'show warning text',
  );
}