mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 21:24:03 +02:00
merging r8373 into 3.0 branch: adding a new option to hide the entire list of subforums on listforums
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8374 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -362,6 +362,7 @@ CREATE TABLE phpbb_forums (
|
||||
forum_last_poster_name VARCHAR(255) CHARACTER SET UTF8 DEFAULT '' NOT NULL COLLATE UNICODE,
|
||||
forum_last_poster_colour VARCHAR(6) CHARACTER SET NONE DEFAULT '' NOT NULL,
|
||||
forum_flags INTEGER DEFAULT 32 NOT NULL,
|
||||
display_subforum_list INTEGER DEFAULT 1 NOT NULL,
|
||||
display_on_index INTEGER DEFAULT 1 NOT NULL,
|
||||
enable_indexing INTEGER DEFAULT 1 NOT NULL,
|
||||
enable_icons INTEGER DEFAULT 1 NOT NULL,
|
||||
|
Reference in New Issue
Block a user