book_perm

Definition

book_perm()
book/book.module, line 24

Description

Implementation of hook_perm().

Code

<?php
function book_perm() {
    return array('outline posts in books', 'create book pages', 'create new books', 'edit book pages', 'edit own book pages', 'see printer-friendly version');
}
?>