aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-04-10 00:56:23 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-04-10 00:56:23 +0000
commitc0aedcc467086221dcb1c2da684cc2d7d8823b6e (patch)
treef41db47bf8f5dcd6a2a539ca268278ae7564bba0 /phpBB/viewtopic.php
parent2292b77b7dd9d4838c45fcabdf44136a270c120b (diff)
downloadforums-c0aedcc467086221dcb1c2da684cc2d7d8823b6e.tar
forums-c0aedcc467086221dcb1c2da684cc2d7d8823b6e.tar.gz
forums-c0aedcc467086221dcb1c2da684cc2d7d8823b6e.tar.bz2
forums-c0aedcc467086221dcb1c2da684cc2d7d8823b6e.tar.xz
forums-c0aedcc467086221dcb1c2da684cc2d7d8823b6e.zip
IP information moved to Post Details
git-svn-id: file:///svn/phpbb/trunk@3803 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 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 . "&amp;mode=ip&amp;p=" . $row['post_id'] . "&amp;t=" . $topic_id;
+ $temp_url = "mcp.$phpEx?sid=" . $user->session_id . "&amp;mode=post_details&amp;p=" . $row['post_id'] . "&amp;t=$topic_id#ip";
$ip_img = '<a href="' . $temp_url . '">' . $user->img('btn_ip', $user->lang['VIEW_IP']) . '</a>';
$ip = '<a href="' . $temp_url . '">' . $user->lang['VIEW_IP'] . '</a>';
}