Skip to content

Commit

Permalink
Small fix for the new SQL ... it works now for me on moodle.org MDL-1…
Browse files Browse the repository at this point in the history
…2990
  • Loading branch information
moodler committed Jan 16, 2008
1 parent 3475eea commit f845a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions message/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function message_print_contacts() {
ON u.id = mc.contactid
LEFT OUTER JOIN {$CFG->prefix}message m
ON m.useridfrom = mc.contactid
AND m.useridto = {$USER->id}
WHERE mc.userid = {$USER->id}
AND mc.blocked = 0
GROUP BY u.id, u.firstname, u.lastname, u.picture,
Expand Down

0 comments on commit f845a2f

Please sign in to comment.