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:
moodler
2003-04-14 15:11:09 +00:00
parent 5a25f84d25
commit 1acfbce5b6
16 changed files with 202 additions and 24 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ CREATE TABLE prefix_course_modules (
section integer NOT NULL default '0',
added integer NOT NULL default '0',
deleted integer NOT NULL default '0',
score integer NOT NULL default '0'
score integer NOT NULL default '0',
visible integer NOT NULL default '1'
);
CREATE TABLE prefix_course_sections (