mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
forgot something in the last commit
This commit is contained in:
parent
983a7390df
commit
99eb4d955c
@ -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` ");
|
||||
|
Loading…
x
Reference in New Issue
Block a user