moodle/question/engine
Tim Hunt ceb4d2ed0b MDL-28128 finish the fix for MDL-28035.
There was one place where I had only fixed the backup code to work-around bad data from Moodle 2.0. I needed to make the equivalent change in the upgrade code.

The bad data is that the seq_number fields can be wrong (not unique). Se already have data ordered by (seq_number, id) and the array keys of the array we are building are not used for anything, so this fix deals with the problem.
2011-06-30 16:00:15 +01:00
..
simpletest MDL-27948 The question engine should use recordsets to load attempt data 2011-06-22 18:53:15 +01:00
upgrade MDL-28128 finish the fix for MDL-28035. 2011-06-30 16:00:15 +01:00
bank.php MDL-27490 Implement a manage question behaviours admin page 2011-06-17 16:21:32 +01:00
datalib.php MDL-27948 The question engine should use recordsets to load attempt data 2011-06-22 18:53:15 +01:00
lib.php MDL-27979 Should be an edit link for each question when previewing or reviewing a quiz. 2011-06-22 21:07:40 +01:00
questionattempt.php MDL-27948 The question engine should use recordsets to load attempt data 2011-06-22 18:53:15 +01:00
questionattemptstep.php MDL-27948 The question engine should use recordsets to load attempt data 2011-06-22 18:53:15 +01:00
questionusage.php MDL-27948 The question engine should use recordsets to load attempt data 2011-06-22 18:53:15 +01:00
renderer.php MDL-27979 Should be an edit link for each question when previewing or reviewing a quiz. 2011-06-22 21:07:40 +01:00
states.php MDL-20636 Fix some more codechecker issues. 2011-05-14 22:53:25 +01:00