You are here

function print_mail_perm in Printer, email and PDF versions 5.x

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

Implementation of hook_perm().

File

print_mail/print_mail.module, line 33
Displays Printer-friendly versions of Drupal pages.

Code

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