mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update viewtopic.php
This commit is contained in:
parent
6789fe6b80
commit
595012cfa1
1 changed files with 1 additions and 0 deletions
|
@ -554,6 +554,7 @@ $prev_post_time = $max_post_time = 0;
|
||||||
for ($i = 0; $i < $total_posts; $i++) {
|
for ($i = 0; $i < $total_posts; $i++) {
|
||||||
$poster_id = $postrow[$i]['user_id'];
|
$poster_id = $postrow[$i]['user_id'];
|
||||||
$poster_guest = ($poster_id == GUEST_UID);
|
$poster_guest = ($poster_id == GUEST_UID);
|
||||||
|
$poster_anonymous = $postrow[$i]['post_anonymous'];
|
||||||
$poster_bot = ($poster_id == BOT_UID);
|
$poster_bot = ($poster_id == BOT_UID);
|
||||||
$poster = $poster_guest ? $lang['GUEST'] : $postrow[$i]['username'];
|
$poster = $poster_guest ? $lang['GUEST'] : $postrow[$i]['username'];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue