mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
I didn't do it.
git-svn-id: file:///svn/phpbb/trunk@3607 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -936,7 +936,7 @@ switch ($mode)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$sql = 'SELECT p.post_id
|
$sql = 'SELECT p.post_id
|
||||||
FROM ' . POSTS_TABLE . ' p
|
FROM ' . POSTS_TABLE . " p
|
||||||
WHERE p.topic_id = $topic_id
|
WHERE p.topic_id = $topic_id
|
||||||
$limit_posts_time
|
$limit_posts_time
|
||||||
ORDER BY $sort_order";
|
ORDER BY $sort_order";
|
||||||
@@ -1192,8 +1192,6 @@ function mcp_header($template_name, $forum_nav = FALSE, $jump_mode = 'forum_view
|
|||||||
// $extra_form_fields['post_id_list'] = $_GET['post_id_list'];
|
// $extra_form_fields['post_id_list'] = $_GET['post_id_list'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$url = "mcp.$phpEx$SID" . ((!empty($_GET['post_id_list'])) ? '&post_id_list
|
|
||||||
|
|
||||||
$page_title = sprintf($user->lang['MCP'], '', '');
|
$page_title = sprintf($user->lang['MCP'], '', '');
|
||||||
include($phpbb_root_path . 'includes/page_header.' . $phpEx);
|
include($phpbb_root_path . 'includes/page_header.' . $phpEx);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user