1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-25 10:26:17 +02:00

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

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