summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2016-11-24 17:13:21 +0530
committerprashantsinalkar2016-11-24 17:13:21 +0530
commit4e6cb8ce3b135de758f5b08edff0146411bda032 (patch)
tree826fb7b3d23a1f91bebbaf151303f36581d15635
parent7e2359f74ada3c350f98915efed594d9e05aa548 (diff)
downloadscilab_textbook_companion-4e6cb8ce3b135de758f5b08edff0146411bda032.tar.gz
scilab_textbook_companion-4e6cb8ce3b135de758f5b08edff0146411bda032.tar.bz2
scilab_textbook_companion-4e6cb8ce3b135de758f5b08edff0146411bda032.zip
changed the menu type
-rwxr-xr-xtextbook_companion.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/textbook_companion.module b/textbook_companion.module
index 4310d49..cf2d3cb 100755
--- a/textbook_companion.module
+++ b/textbook_companion.module
@@ -658,7 +658,7 @@ function textbook_companion_menu()
'page arguments' => array(
'generate_pdf'
),
- 'type' => MENU_NORMAL_ITEM,
+ 'type' => MENU_CALLBACK,
'access arguments' => array(
'generate pdf'
),
@@ -670,6 +670,7 @@ function textbook_companion_menu()
"access arguments" => array(
"verify certificates"
),
+ 'type' => MENU_CALLBACK,
'file' => 'pdf/verify_certificates.inc',
);
/*******************/