Update viewtopic.php

This commit is contained in:
Roman Kelesidis 2024-02-25 20:41:07 +03:00
parent 89a21bc855
commit 2c65791954

View File

@ -787,7 +787,7 @@ for($i = 0; $i < $total_posts; $i++)
'ROW_CLASS' => !($i % 2) ? 'row1' : 'row2', 'ROW_CLASS' => !($i % 2) ? 'row1' : 'row2',
'POST_ID' => $post_id, 'POST_ID' => $post_id,
'IS_NEWEST' => ($post_id == $newest), 'IS_NEWEST' => ($post_id == $newest),
'POSTER_NAME' => profile_url(array('username' => $poster, 'user_id' => $poster_id, 'user_rank' => $user_rank)), 'POSTER_NAME' => profile_url(array('username' => $poster, 'user_rank' => $user_rank)),
'POSTER_NAME_JS' => addslashes($poster), 'POSTER_NAME_JS' => addslashes($poster),
'POSTER_RANK' => $poster_rank, 'POSTER_RANK' => $poster_rank,
'RANK_IMAGE' => $rank_image, 'RANK_IMAGE' => $rank_image,