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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user