From 7232be0d88d062ed9437cfeb7b84c544d68f47e4 Mon Sep 17 00:00:00 2001 From: nikitasabale96 Date: Wed, 22 Jan 2025 12:25:52 +0530 Subject: Updated submit function of proposal form --- textbook_companion.module | 4 ++-- 1 file 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 +} -- cgit