MDL-13448 - missing the global $db statement. Fix thanks to Samuli Karevaara.

This commit is contained in:
tjhunt 2008-02-19 16:21:36 +00:00
parent 4f67bf8c4d
commit ec3fa1d8eb

View File

@ -19,7 +19,7 @@
function xmldb_quiz_upgrade($oldversion=0) { function xmldb_quiz_upgrade($oldversion=0) {
global $CFG, $THEME; global $CFG, $THEME, $db;
$result = true; $result = true;