From 46dd0ec9f3b127d673a705eb361b807a27ef2113 Mon Sep 17 00:00:00 2001 From: prashant Date: Mon, 30 Mar 2015 12:35:48 +0530 Subject: done minor changes --- textbook_companion.module | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/textbook_companion.module b/textbook_companion.module index cfbcb7a..86933f5 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -272,7 +272,6 @@ function textbook_companion_menu() 'file' => 'general.inc', 'weight' => 3, ); - $items['textbook_search'] = array( 'title' => 'Book Search', 'description' => '', @@ -330,7 +329,6 @@ function textbook_companion_menu() 'file' => 'search.inc', 'weight' => 5, ); - $items['textbook_run'] = array( 'title' => 'Download Codes', 'page callback' => 'drupal_get_form', @@ -347,7 +345,6 @@ function textbook_companion_menu() 'type' => MENU_NORMAL_ITEM, 'file' => 'run.inc', ); - /* download callbacks */ $items['download/file'] = array( 'title' => 'Code Download', @@ -389,7 +386,6 @@ function textbook_companion_menu() 'type' => MENU_CALLBACK, 'file' => 'download.inc', ); - /* reviewer download */ $items['full_download/chapter'] = array( 'title' => 'Code Download', @@ -2593,7 +2589,7 @@ function book_proposal_nonaicte_form_submit($form, &$form_state) { global $user; $selections = variable_get("aicte_".$user->uid, ""); - $tbc_to_emails = variable_get("textbook_companion_emails_all"); + $tbc_to_emails = variable_get("textbook_companion_emails_all", ""); if (!$user->uid) { -- cgit