Skip to content

Commit

Permalink
Merge branch 'MDL-50921-master' of git://github.com/ryanwyllie/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Sep 15, 2015
2 parents de5dd7c + bec7e6d commit 366d350
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/moodlelib.php
Expand Up @@ -8638,7 +8638,6 @@ function message_popup_window() {
FROM {message} m
JOIN {message_working} mw ON m.id=mw.unreadmessageid
JOIN {message_processors} p ON mw.processorid=p.id
JOIN {user} u ON m.useridfrom=u.id
LEFT JOIN {message_contacts} c ON c.contactid = m.useridfrom
AND c.userid = m.useridto
WHERE m.useridto = :userid
Expand Down

0 comments on commit 366d350

Please sign in to comment.