summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2019-09-30 14:54:06 +0530
committerprashantsinalkar2019-09-30 14:54:06 +0530
commitced9a811b0d6b84d79097894e4418102817ce33e (patch)
tree5d6cb185826c8daf85d02a42d21f189fb4ae7f29
parent9d562a955e3d471c163ba5072dbe37c2458b37df (diff)
downloadr_textbook_companion-ced9a811b0d6b84d79097894e4418102817ce33e.tar.gz
r_textbook_companion-ced9a811b0d6b84d79097894e4418102817ce33e.tar.bz2
r_textbook_companion-ced9a811b0d6b84d79097894e4418102817ce33e.zip
added hook permission
-rwxr-xr-xtextbook_companion.module6
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()