]> git.mjollnir.org Git - moodle.git/commit
Applied DISTINCT as per Martin Langhoff's solution in MDL-11381
authormoodler <moodler>
Tue, 2 Oct 2007 06:18:30 +0000 (06:18 +0000)
committermoodler <moodler>
Tue, 2 Oct 2007 06:18:30 +0000 (06:18 +0000)
commit5f2a203fa0404985798c197ab192a2df632782df
tree1e79683a2e6895512943d4040c81e49bd5566d88
parent165088f6874a845653d1a5610ec6bdccb2b5b45c
Applied DISTINCT as per Martin Langhoff's solution in MDL-11381

user/index: ensure each user appears only once in participants list

Regardless of the number of enrolments, ensure we list a single entry
per user using DISTINCT. Much easier to manage than a GROUP BY.
user/index.php