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',
);
}
implementation of hook_perm
function book_copy_perm() {
return array(
'copy books',
'view book history',
);
}