aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-07-19 20:13:18 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-07-19 20:13:18 +0000
commitbfec4fb8fca43dc46302d44fcfa8c6c4377d4750 (patch)
tree74de3d4bce8af8db061cd0e7262e378a2bb31014 /phpBB/viewtopic.php
parent9dcd7b45cb3b3d82474c0bdf955a1fd753eaa87a (diff)
downloadforums-bfec4fb8fca43dc46302d44fcfa8c6c4377d4750.tar
forums-bfec4fb8fca43dc46302d44fcfa8c6c4377d4750.tar.gz
forums-bfec4fb8fca43dc46302d44fcfa8c6c4377d4750.tar.bz2
forums-bfec4fb8fca43dc46302d44fcfa8c6c4377d4750.tar.xz
forums-bfec4fb8fca43dc46302d44fcfa8c6c4377d4750.zip
- approve/disapprove posts/topics
- changed mcp_front to be more moderator friendly - able to change the forum in mcp_queue (for moderators moderating more than one forum) git-svn-id: file:///svn/phpbb/trunk@4937 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 4181b8ac24..b9f1408518 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -1262,7 +1262,7 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i)
'U_RATE_BAD' => "viewtopic.$phpEx$SID&amp;rate=bad&amp;p=" . $row['post_id'],
'U_REPORT' => "report.$phpEx$SID&amp;p=" . $row['post_id'],
'U_MCP_REPORT' => ($auth->acl_gets('m_', 'a_', 'f_report', $forum_id)) ? "mcp.$phpEx$SID&amp;mode=post_details&amp;p=" . $row['post_id'] : '',
- 'U_MCP_APPROVE' => ($auth->acl_get('m_approve', $forum_id)) ? "mcp.$phpEx$SID&amp;i=queue&amp;mode=approve&amp;p=" . $row['post_id'] : '',
+ 'U_MCP_APPROVE' => ($auth->acl_get('m_approve', $forum_id)) ? "mcp.$phpEx$SID&amp;i=queue&amp;mode=approve&amp;post_id_list[]=" . $row['post_id'] : '',
'U_MCP_DETAILS' => ($auth->acl_get('m_', $forum_id)) ? "mcp.$phpEx$SID&amp;mode=post_details&amp;p=" . $row['post_id'] : '',
'U_MINI_POST' => "viewtopic.$phpEx$SID&amp;p=" . $row['post_id'] . '#' . $row['post_id'],
'U_POST_ID' => ($unread_post_id == $row['post_id']) ? 'unread' : $row['post_id'],