aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-03-06 02:54:11 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-03-06 02:54:11 +0000
commit2d52ece84f75abd1d4b35be62775446a49dc25da (patch)
treef20b8091cee5b865202914b5b79428bb7544a728 /phpBB/mcp.php
parent4e503c05089bacf2cf070eebd24d6a358be35510 (diff)
downloadforums-2d52ece84f75abd1d4b35be62775446a49dc25da.tar
forums-2d52ece84f75abd1d4b35be62775446a49dc25da.tar.gz
forums-2d52ece84f75abd1d4b35be62775446a49dc25da.tar.bz2
forums-2d52ece84f75abd1d4b35be62775446a49dc25da.tar.xz
forums-2d52ece84f75abd1d4b35be62775446a49dc25da.zip
I didn't do it.
git-svn-id: file:///svn/phpbb/trunk@3607 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index 0d24e7e9d2..5032dc5a4d 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -936,7 +936,7 @@ switch ($mode)
else
{
$sql = 'SELECT p.post_id
- FROM ' . POSTS_TABLE . ' p
+ FROM ' . POSTS_TABLE . " p
WHERE p.topic_id = $topic_id
$limit_posts_time
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'];
}
- $url = "mcp.$phpEx$SID" . ((!empty($_GET['post_id_list'])) ? '&amp;post_id_list
-
$page_title = sprintf($user->lang['MCP'], '', '');
include($phpbb_root_path . 'includes/page_header.' . $phpEx);