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

This commit is contained in:
tjhunt
2008-02-19 16:21:35 +00:00
parent 17e4bb1533
commit 1cc44fbf90
+1 -1
View File
@@ -19,7 +19,7 @@
function xmldb_quiz_upgrade($oldversion=0) {
global $CFG, $THEME;
global $CFG, $THEME, $db;
$result = true;