diff options
| author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-04-10 00:56:23 +0000 |
|---|---|---|
| committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-04-10 00:56:23 +0000 |
| commit | c0aedcc467086221dcb1c2da684cc2d7d8823b6e (patch) | |
| tree | f41db47bf8f5dcd6a2a539ca268278ae7564bba0 /phpBB/viewtopic.php | |
| parent | 2292b77b7dd9d4838c45fcabdf44136a270c120b (diff) | |
| download | forums-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.php | 2 |
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 . "&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 = '<a href="' . $temp_url . '">' . $user->img('btn_ip', $user->lang['VIEW_IP']) . '</a>'; $ip = '<a href="' . $temp_url . '">' . $user->lang['VIEW_IP'] . '</a>'; } |
