mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Now, in topics format, every course can decide about how to
display hidden topics (collapsed or invisible)
This commit is contained in:
parent
4cc5141feb
commit
009cc72698
4 changed files with 11 additions and 1 deletions
|
@ -30,6 +30,7 @@ CREATE TABLE prefix_course (
|
|||
maxbytes integer NOT NULL default '0',
|
||||
showreports integer NOT NULL default '0',
|
||||
visible integer NOT NULL default '1',
|
||||
hiddentopics integer NOT NULL default '0',
|
||||
groupmode integer NOT NULL default '0',
|
||||
groupmodeforce integer NOT NULL default '0',
|
||||
lang varchar(10) NOT NULL default '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue