summaryrefslogtreecommitdiff
path: root/tbc_external_review.module
diff options
context:
space:
mode:
Diffstat (limited to 'tbc_external_review.module')
-rwxr-xr-xtbc_external_review.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc_external_review.module b/tbc_external_review.module
index 33aa738..3d0e745 100755
--- a/tbc_external_review.module
+++ b/tbc_external_review.module
@@ -933,7 +933,7 @@
} else {
/* displaying the list of books */
$query = "
- SELECT DISTINCT erc.preference_id, pre.book, pre.author, usr_con.name AS contributor, usr_ext.name AS reviewer, erd.mail
+ SELECT DISTINCT erc.preference_id, pre.book, pre.author, usr_con.name AS contributor, usr_ext.name AS reviewer, erd.sent
FROM external_review_comments erc
LEFT JOIN textbook_companion_preference pre ON erc.preference_id = pre.id
LEFT JOIN textbook_companion_proposal pro ON pre.proposal_id = pro.id