aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2008-02-03 22:39:38 +0000
committerNils Adermann <naderman@naderman.de>2008-02-03 22:39:38 +0000
commit3b669aedfde10b95996d529da9b21e31c46cc8a6 (patch)
tree604b88c78c468606e0d94990d6b7e3750678d428 /phpBB/install
parent7b262babcd5c862c3068b08da8bba5f48bd5f36a (diff)
downloadforums-3b669aedfde10b95996d529da9b21e31c46cc8a6.tar
forums-3b669aedfde10b95996d529da9b21e31c46cc8a6.tar.gz
forums-3b669aedfde10b95996d529da9b21e31c46cc8a6.tar.bz2
forums-3b669aedfde10b95996d529da9b21e31c46cc8a6.tar.xz
forums-3b669aedfde10b95996d529da9b21e31c46cc8a6.zip
adding a new option to hide the entire list of subforums on listforums
git-svn-id: file:///svn/phpbb/trunk@8373 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/schemas/schema_data.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.php b/phpBB/install/schemas/schema_data.php
index 6317ba9676..f600c01e4e 100644
--- a/phpBB/install/schemas/schema_data.php
+++ b/phpBB/install/schemas/schema_data.php
@@ -272,6 +272,7 @@ $schema_data['phpbb_forums'] = array(
'forum_last_poster_name'=> array('VCHAR_UNI', ''),
'forum_last_poster_colour'=> array('VCHAR:6', ''),
'forum_flags' => array('TINT:4', 32),
+ 'display_subforum_list' => array('BOOL', 1),
'display_on_index' => array('BOOL', 1),
'enable_indexing' => array('BOOL', 1),
'enable_icons' => array('BOOL', 1),