mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-27 18:20:08 +02:00
- added splitting of topics to mcp
- added merging of posts to mcp - fixed parsing of acl_getf results - adjusted tracking code for important announcements (seems to work now) git-svn-id: file:///svn/phpbb/trunk@4923 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -258,7 +258,7 @@ switch ($mode)
|
||||
$sql_forums = array();
|
||||
foreach ($f_postcount_ary as $forum_id => $allow)
|
||||
{
|
||||
if ($allow)
|
||||
if ($allow['f_fread'] && $allow['f_postcount'])
|
||||
{
|
||||
$sql_forums[] = $forum_id;
|
||||
}
|
||||
@@ -284,7 +284,7 @@ switch ($mode)
|
||||
$sql_forums = array();
|
||||
foreach ($f_forum_ary as $forum_id => $allow)
|
||||
{
|
||||
if ($allow)
|
||||
if ($allow['f_read'])
|
||||
{
|
||||
$sql_forums[] = $forum_id;
|
||||
}
|
||||
|
Reference in New Issue
Block a user