Skip to content

Commit

Permalink
MDL-13448 - missing the global $db statement. Fix thanks to Samuli Ka…
Browse files Browse the repository at this point in the history
…revaara.
  • Loading branch information
tjhunt committed Feb 19, 2008
1 parent 4f67bf8 commit ec3fa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/db/upgrade.php
Expand Up @@ -19,7 +19,7 @@

function xmldb_quiz_upgrade($oldversion=0) {

global $CFG, $THEME;
global $CFG, $THEME, $db;

$result = true;

Expand Down

0 comments on commit ec3fa1d

Please sign in to comment.