]> git.mjollnir.org Git - moodle.git/commit
MDL-15092 "Quiz overview report won't display if there are more than 29 questions...
authorjamiesensei <jamiesensei>
Fri, 6 Jun 2008 13:21:50 +0000 (13:21 +0000)
committerjamiesensei <jamiesensei>
Fri, 6 Jun 2008 13:21:50 +0000 (13:21 +0000)
commit181608b708aa6a731dd4e7b5c98d91f2291de9e2
tree49e42b04ba6fa39e965e820e317224c29c4e1627
parentc35f3afcf12c35ff5ff804b96a8aa6c2a55e1822
MDL-15092 "Quiz overview report won't display if there are more than 29 questions" fixed this by going back to the old way of fetching data for display in the table. However still use table JOINs when user wants to sort by question grade. The user can sort by a maximum of two columns at once so the JOINs will not exceed the limit.
mod/quiz/report/overview/overview_table.php
mod/quiz/report/overview/report.php
mod/quiz/report/reportlib.php