function print_pdf_perm in Printer, email and PDF versions 5.x
Same name and namespace in other branches
- 5.4 print_pdf/print_pdf.module \print_pdf_perm()
- 6 print_pdf/print_pdf.module \print_pdf_perm()
Implementation of hook_perm().
File
- print_pdf/
print_pdf.module, line 41 - Displays Printer-friendly versions of Drupal pages.
Code
function print_pdf_perm() {
return array(
'access PDF version',
);
}