forgot something in the last commit

This commit is contained in:
gustav_delius 2005-04-13 16:05:46 +00:00
parent 983a7390df
commit 99eb4d955c

View File

@ -5,6 +5,7 @@ function quiz_upgrade($oldversion) {
// older versions to match current functionality
global $CFG;
include_once("$CFG->dirroot/mod/quiz/locallib.php");
if ($oldversion < 2003010100) {
execute_sql(" ALTER TABLE {$CFG->prefix}quiz ADD review integer DEFAULT '0' NOT NULL AFTER `grademethod` ");