mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
New feature: hide/show topics!
This commit is contained in:
parent
81ed361792
commit
7d99d6959e
8 changed files with 105 additions and 44 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue