mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-19 23:32:02 +02:00
Send post id to template for possible anchor name ref
git-svn-id: file:///svn/phpbb/trunk@260 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d211e09459
commit
4129a8e7bb
@ -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'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user