diff options
author | nikitasabale96 | 2025-01-22 12:25:52 +0530 |
---|---|---|
committer | GitHub | 2025-01-22 12:25:52 +0530 |
commit | 7232be0d88d062ed9437cfeb7b84c544d68f47e4 (patch) | |
tree | 73f6e003e2534ff161cb20b1d0d62640850c05f4 | |
parent | 93871f139ced55633619c4784b01337cfc3f0684 (diff) | |
download | r_textbook_companion-7232be0d88d062ed9437cfeb7b84c544d68f47e4.tar.gz r_textbook_companion-7232be0d88d062ed9437cfeb7b84c544d68f47e4.tar.bz2 r_textbook_companion-7232be0d88d062ed9437cfeb7b84c544d68f47e4.zip |
Updated submit function of proposal form
-rwxr-xr-x | textbook_companion.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textbook_companion.module b/textbook_companion.module index 2b42400..a975333 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -1849,7 +1849,7 @@ function book_proposal_form_submit($form, &$form_state, $directory_name = NULL) ); if (!drupal_mail('textbook_companion', 'proposal_received', $email_to, language_default(), $params, $from, TRUE)) drupal_set_message('Error sending email message.', 'error'); - drupal_set_message(t('We have received you book proposal. We will get back to you soon.'), 'status'); + drupal_set_message(t('We have received your book proposal. We will get back to you soon.'), 'status'); drupal_goto(''); } /** @@ -3848,4 +3848,4 @@ function _dir_name($book, $author, $pref_id) } //$result > 1 } return $directory_name; -}
\ No newline at end of file +} |