Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
3e08b5c0
Commit
3e08b5c0
authored
Sep 15, 2015
by
David Monllaó
Browse files
Merge branch 'MDL-50921-28' of
git://github.com/ryanwyllie/moodle
into MOODLE_28_STABLE
parents
978ef29e
f1971748
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/moodlelib.php
View file @
3e08b5c0
...
...
@@ -8912,7 +8912,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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment