mirror of
https://github.com/moodle/moodle.git
synced 2025-07-16 03:46:30 +02:00
Hide/show individual activities in any section
Code submitted by Eloy Lafuente (thanks!) for 1.0.8 ... I hand-merged it into 1.0.9.
This commit is contained in:
@ -46,6 +46,10 @@ function main_upgrade($oldversion=0) {
|
||||
userid int8 NOT NULL default '0'
|
||||
)");
|
||||
}
|
||||
|
||||
if ($oldversion < 2003041400) {
|
||||
table_column("course_modules", "", "visible", "integer", "1", "unsigned", "1", "not null", "score");
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user