A new course field called "showgrades" which allows the teacher to

turn the display of the grade book on and off.
This commit is contained in:
moodler
2003-08-20 07:32:24 +00:00
parent 1f6a77c02c
commit fff79722e5
12 changed files with 49 additions and 5 deletions
+4
View File
@@ -234,6 +234,10 @@ function main_upgrade($oldversion=0) {
table_column("course_categories", "courseorder", "coursecount", "integer", "10", "unsigned", "0");
}
if ($oldversion < 2003082001) {
table_column("course", "", "showgrades", "integer", "2", "unsigned", "1", "", "format");
}
return $result;
}
?>