You are here

function book_copy_perm in Book Copy 6

implementation of hook_perm

File

./book_copy.module, line 7

Code

function book_copy_perm() {
  return array(
    'copy books',
    'view book history',
  );
}