mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
survey MDL-23324 fixed an SQL error for postgres
This commit is contained in:
parent
3ce4270a20
commit
8e1e3c146d
@ -339,7 +339,7 @@ function survey_get_responses($surveyid, $groupid, $groupingid) {
|
||||
JOIN {user} u ON a.userid = u.id
|
||||
$groupsjoin
|
||||
WHERE a.survey = :surveyid
|
||||
GROUP BY u.id, u.firstname, u.lastname, u.picture
|
||||
GROUP BY $userfields
|
||||
ORDER BY time ASC", $params);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user