function book_perm

6.x book.module book_perm()

Implementation of hook_perm().

File

drupal-6.x/modules/book/book.module, line 41
Allows users to structure the pages of a site in a hierarchy or outline.

Code

function book_perm() {
  return array('add content to books', 'administer book outlines', 'create new books', 'access printer-friendly version');
}