From c415e87fe4b31d7e38c8f296598be042b8d58cfb Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 13 Mar 2018 17:50:45 +0530 Subject: fixed error --- tbc_external_review_email.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbc_external_review_email.inc b/tbc_external_review_email.inc index 0afa798..70c276e 100755 --- a/tbc_external_review_email.inc +++ b/tbc_external_review_email.inc @@ -31,7 +31,7 @@ function tbc_external_review_mail($key, &$message, $params) 'body' => t(' Dear '. $row->name, -'Please find the attached file containing the list of errors found in your uploaded book:' +'Please find the attached file containing the list of errors found in your uploaded book:'. 'Book: ' . $row->book . 'Author: '. $row->author . -- cgit