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