From 80cca03c908a3f268f8746dc921fe4e4bf9f4fdd Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 19 Apr 2001 17:35:13 +0000 Subject: [PATCH] Fixed profile viewing url git-svn-id: file:///svn/phpbb/trunk@192 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewforum.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 5590079f69..d862d7750c 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -162,12 +162,12 @@ if($total_topics) "POST_TOPIC_URL" => POST_TOPIC_URL, "TOPIC_ID" => $topic_id, "FOLDER" => $folder_img, - "TOPIC_POSTER" => "".$topic_poster."", + "TOPIC_POSTER" => "".$topic_poster."", "GOTO_PAGE" => $goto_page, "REPLIES" => $replies, "TOPIC_TITLE" => $topic_title, "VIEWS" => $views, - "LAST_POST" => $last_post_time . "
" . $last_post_user ."")); + "LAST_POST" => $last_post_time . "
" . $last_post_user ."")); } $count = 1;