New feature: hide/show topics!

This commit is contained in:
moodler 2003-05-04 07:59:46 +00:00
parent 81ed361792
commit 7d99d6959e
8 changed files with 105 additions and 44 deletions

View file

@ -58,7 +58,8 @@ CREATE TABLE prefix_course_sections (
course integer NOT NULL default '0',
section integer NOT NULL default '0',
summary text NOT NULL default '',
sequence varchar(255) NOT NULL default ''
sequence varchar(255) NOT NULL default '',
visible integer NOT NULL default '1'
);
CREATE TABLE prefix_log (