function book_perm

Implementation of hook_perm().

Archivo

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

Código

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