From 4129a8e7bb90dc57cddb22f0bc15c2a84a7b1956 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 6 May 2001 17:39:01 +0000 Subject: [PATCH] Send post id to template for possible anchor name ref git-svn-id: file:///svn/phpbb/trunk@260 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 11c08a911a..2bc2de4e39 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -280,7 +280,9 @@ for($x = 0; $x < $total_posts; $x++) "QUOTE_IMG" => $quote_img, "PMSG_IMG" => $pmsg_img, "IP_IMG" => $ip_img, - "DELPOST_IMG" => $delpost_img)); + "DELPOST_IMG" => $delpost_img, + + "U_POST_ID" => "#".$postrow[$x]["post_id"])); } if($total_replies > $board_config['posts_per_page'])