mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +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
|
@ -110,6 +110,7 @@ CREATE TABLE `prefix_course_sections` (
|
|||
`section` int(10) unsigned NOT NULL default '0',
|
||||
`summary` text NOT NULL,
|
||||
`sequence` varchar(255) NOT NULL default '',
|
||||
`visible` tinyint(1) NOT NULL default '1',
|
||||
PRIMARY KEY (`id`)
|
||||
) TYPE=MyISAM;
|
||||
# --------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue