You are here

function book_helper_perm in Book helper 6

Implementation of hook_perm().

File

./book_helper.module, line 21
Improves Drupal's core book module's functionality.

Code

function book_helper_perm() {
  return array(
    'administer own book outlines',
  );
}