You are here

function print_mail_perm in Printer, email and PDF versions 5.4

Same name and namespace in other branches
  1. 6 print_mail/print_mail.module \print_mail_perm()
  2. 5.x print_mail/print_mail.module \print_mail_perm()

Implementation of hook_perm().

File

print_mail/print_mail.module, line 36

Code

function print_mail_perm() {
  return array(
    'access send to friend',
  );
}