diff options
-rwxr-xr-x | textbook_companion.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textbook_companion.module b/textbook_companion.module index abe0a65..77cbcfe 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -16,7 +16,7 @@ function textbook_companion_menu() 'page callback' => 'textbook_companion_nonaicte_proposal_all', 'access callback' => 'user_access', 'access arguments' => array('create book proposal'), - 'type' => MENU_NORMAL_ITEM, + 'type' => MENU_CALLBACK, ); /* $items["aicte_proposal"] = array( "title" => "AICTE Book Proposal", |