From c0aedcc467086221dcb1c2da684cc2d7d8823b6e Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Thu, 10 Apr 2003 00:56:23 +0000 Subject: IP information moved to Post Details git-svn-id: file:///svn/phpbb/trunk@3803 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewtopic.php') diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 3cf8e48672..7df4d6bc8b 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -699,7 +699,7 @@ if ($row = $db->sql_fetchrow($result)) if ($auth->acl_get('m_ip', $forum_id)) { - $temp_url = "mcp.$phpEx?sid=" . $user->session_id . "&mode=ip&p=" . $row['post_id'] . "&t=" . $topic_id; + $temp_url = "mcp.$phpEx?sid=" . $user->session_id . "&mode=post_details&p=" . $row['post_id'] . "&t=$topic_id#ip"; $ip_img = '' . $user->img('btn_ip', $user->lang['VIEW_IP']) . ''; $ip = '' . $user->lang['VIEW_IP'] . ''; } -- cgit v1.2.1