]> git.mjollnir.org Git - moodle.git/commit
MDL-14200 "Add group and course averages" added extra rows to the end of the table...
authorjamiesensei <jamiesensei>
Thu, 15 May 2008 12:27:27 +0000 (12:27 +0000)
committerjamiesensei <jamiesensei>
Thu, 15 May 2008 12:27:27 +0000 (12:27 +0000)
commitaad5b0fca94bbc278f754634134a3839267ceb36
treec52ccc2e2f2c42c79b776c3cbcd2114b0ef2d168
parenta56865318547c8c911253c7ab5436681f5a0eacc
MDL-14200 "Add group and course averages" added extra rows to the end of the table in quiz overview report also MDL-14187 "Improve tablelib - improve api and add functionality to download table contents in a variety of formats - XLS, ODS and CSV" implemented the first of my proposals for improving tablelib. Added a extra method to use keyed arrays to add a row to a table. Seems obvious that this is an improvement to tablelib and it is an addition to the API so won't affect existing code.

Merged from 1.9 branch.
lib/tablelib.php
mod/quiz/report/overview/report.php
mod/quiz/report/reportlib.php