Author: acydburn
Date: Sun Sep 20 18:52:06 2009
New Revision: 10171
Log:
forgot to add display active flag to forum data in r10169 for bug #19135
Modified:
branches/phpBB-3_0_0/phpBB/includes/acp/acp_forums.php
Modified: branches/phpBB-3_0_0/phpBB/includes/acp/acp_forums.php
==============================================================================
*** branches/phpBB-3_0_0/phpBB/includes/acp/acp_forums.php (original)
--- branches/phpBB-3_0_0/phpBB/includes/acp/acp_forums.php Sun Sep 20 18:52:06 2009
***************
*** 443,449 ****
'prune_days' => 7,
'prune_viewed' => 7,
'prune_freq' => 1,
! 'forum_flags' => FORUM_FLAG_POST_REVIEW,
'forum_options' => 0,
'forum_password' => '',
'forum_password_confirm'=> '',
--- 443,449 ----
'prune_days' => 7,
'prune_viewed' => 7,
'prune_freq' => 1,
! 'forum_flags' => FORUM_FLAG_POST_REVIEW + FORUM_FLAG_ACTIVE_TOPICS,
'forum_options' => 0,
'forum_password' => '',
'forum_password_confirm'=> '',
|