diff options
author | prashantsinalkar | 2019-09-30 14:54:06 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-09-30 14:54:06 +0530 |
commit | ced9a811b0d6b84d79097894e4418102817ce33e (patch) | |
tree | 5d6cb185826c8daf85d02a42d21f189fb4ae7f29 | |
parent | 9d562a955e3d471c163ba5072dbe37c2458b37df (diff) | |
download | r_textbook_companion-ced9a811b0d6b84d79097894e4418102817ce33e.tar.gz r_textbook_companion-ced9a811b0d6b84d79097894e4418102817ce33e.tar.bz2 r_textbook_companion-ced9a811b0d6b84d79097894e4418102817ce33e.zip |
added hook permission
-rwxr-xr-x | textbook_companion.module | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textbook_companion.module b/textbook_companion.module index b9e1305..af5cb88 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -863,7 +863,11 @@ function textbook_companion_permission() "download books to review" => array( "title" => t("download books to review"), "description" => t("Download books to review.") - ) + ), + "display books in progress" => array( + "title" => t("Book display books in progress"), + "description" => t("display books in progress.") + ), ); } function textbook_companion_aicte_proposal_all() |