diff options
author | prashant | 2015-03-30 12:35:48 +0530 |
---|---|---|
committer | prashant | 2015-03-30 12:35:48 +0530 |
commit | 46dd0ec9f3b127d673a705eb361b807a27ef2113 (patch) | |
tree | 394faeb090d2e65631ba666b410a2385f38a335b /textbook_companion.module | |
parent | 80213cecf41ede861bffbf1370185d20d672ceba (diff) | |
download | DWSIM_textbook_companion-46dd0ec9f3b127d673a705eb361b807a27ef2113.tar.gz DWSIM_textbook_companion-46dd0ec9f3b127d673a705eb361b807a27ef2113.tar.bz2 DWSIM_textbook_companion-46dd0ec9f3b127d673a705eb361b807a27ef2113.zip |
done minor changes
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-x | textbook_companion.module | 6 |
1 files changed, 1 insertions, 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) { |