Now, in topics format, every course can decide about how to

display hidden topics (collapsed or invisible)
This commit is contained in:
stronk7 2004-04-27 16:27:11 +00:00
parent 4cc5141feb
commit 009cc72698
4 changed files with 11 additions and 1 deletions

View file

@ -51,7 +51,8 @@ CREATE TABLE `prefix_course` (
`marker` int(10) unsigned NOT NULL default '0',
`maxbytes` int(10) unsigned NOT NULL default '0',
`showreports` int(4) unsigned NOT NULL default '0',
`visible` int(10) unsigned NOT NULL default '1',
`visible` int(1) unsigned NOT NULL default '1',
`hiddentopics` int(1) unsigned NOT NULL default '0',
`groupmode` int(4) unsigned NOT NULL default '0',
`groupmodeforce` int(4) unsigned NOT NULL default '0',
`lang` varchar(10) NOT NULL default '',