MDL-16492: the fix for MDL-16411 broke the fix for MDL-16200. Fix it.

This commit is contained in:
tjhunt
2008-09-15 04:20:23 +00:00
parent 207ab754ac
commit 4906997bbb
+1 -1
View File
@@ -192,7 +192,7 @@ function xmldb_quiz_upgrade($oldversion) {
/// we need to say that these tables are already installed, otherwise XMLDB
/// will try to create them again and give an error.
if ($result && $oldversion < 2008082600) {
set_config('qtype_datasetdependent_version', 2008082600);
set_config('version', 2008082600, 'qtype_datasetdependent');
upgrade_mod_savepoint($result, 2008082600, 'quiz');
}