1
0
mirror of https://github.com/moodle/moodle.git synced 2025-02-27 13:32:31 +01:00

Merge branch 'wip-MDL-43283-master' of git://github.com/marinaglancy/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2014-01-09 23:07:19 +01:00
commit 24d74a6804

@ -367,7 +367,7 @@ function chat_print_recent_activity($course, $viewfullnames, $timestart) {
JOIN {chat_users} chu ON chu.chatid = ch.id
JOIN {user} u ON u.id = chu.userid
WHERE cm.id = :cmid $timeout $groupselect
GROUP BY u.id, u.firstname, u.lastname, u.email, u.picture", $params)) {
GROUP BY $userfields", $params)) {
}
$link = $CFG->wwwroot.'/mod/chat/view.php?id='.$cm->id;