MDL-47618 quiz statistics: fatal error with groups.
authorTim Hunt <T.J.Hunt@open.ac.uk>
Fri, 10 Oct 2014 14:17:10 +0000 (15:17 +0100)
committerTim Hunt <T.J.Hunt@open.ac.uk>
Tue, 11 Nov 2014 18:01:35 +0000 (18:01 +0000)
commitbae1d7d9e85a9478d399a7e50ec2833e4b0e7930
tree3c2a072bf09becc6b61cd69e4747db32d6babae9
parent683d7de4d1a3e2130fc2203f92913eb6378948dc
MDL-47618 quiz statistics: fatal error with groups.

The problem was that the names of query placeholders were changing. The
fix was to do things ourself, rather than using get_in_or_equal.
mod/quiz/report/statistics/statisticslib.php
mod/quiz/report/statistics/tests/statisticslib_test.php [new file with mode: 0644]