summaryrefslogtreecommitdiff
path: root/textbook_companion.module
diff options
context:
space:
mode:
authorSashi202018-06-21 15:55:14 +0530
committerGitHub2018-06-21 15:55:14 +0530
commitb66f48f23d22055cb12cd63b7449b4e0f7d6732c (patch)
tree5a5e54c8cdf21dd8a39273c686ea989b712d9be8 /textbook_companion.module
parent6f9e1ee22ed1d645a157b552c4911d6ed3b69a5f (diff)
parentd5dd7b5f88bcdd8c0a842a39dc8a1c07d2f2beba (diff)
downloadr_textbook_companion-b66f48f23d22055cb12cd63b7449b4e0f7d6732c.tar.gz
r_textbook_companion-b66f48f23d22055cb12cd63b7449b4e0f7d6732c.tar.bz2
r_textbook_companion-b66f48f23d22055cb12cd63b7449b4e0f7d6732c.zip
Merge pull request #4 from Sashi20/master
Changed link from om to r in the email templates and fixed small typos
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-xtextbook_companion.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/textbook_companion.module b/textbook_companion.module
index b05a69d..d86b626 100755
--- a/textbook_companion.module
+++ b/textbook_companion.module
@@ -2858,7 +2858,7 @@ Year of publication : ' . $approved_preference_data->year . '
Please ensure that ALL the guidelines for coding are strictly followed:
-http://om.fossee.in/textbook-companion/guidelines-coding
+http://r.fossee.in/textbook-companion/guidelines-coding
Best Wishes,
@@ -2920,7 +2920,7 @@ Year of publication : ' . $approved_preference_data->year . '
Your book is now available at following link to download.
-http://om.fossee.in/textbook-companion/textbook-run/' . $approved_preference_data->id . '
+https://r.fossee.in/textbook-companion/textbook-run/' . $approved_preference_data->id . '
Now you should be able to propose a new book.
@@ -2954,7 +2954,7 @@ FOSSEE,IIT Bombay', array(
$approved_preference_data = $result->fetchObject();
$user_data = user_load($params['all_code_submitted']['user_id']);
$message['headers'] = $params['all_code_submitted']['headers'];
- $message['subject'] = t('[!site_name][Textbook Companion] You have marked to submited code for all examples.', array(
+ $message['subject'] = t('[!site_name][Textbook Companion] You have marked to submitted code for all examples.', array(
'!site_name' => variable_get('site_name', '')
));
$message['body'] = array(