mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
Minor irritation with ranks fixed
git-svn-id: file:///svn/phpbb/trunk@587 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2170cd3a9d
commit
184e4b36f4
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ for($i = 0; $i < $total_posts; $i++)
|
|||
//
|
||||
// Generate ranks
|
||||
//
|
||||
if( $postrow[$i]['user_id'] == ANONYMOUS )
|
||||
if( empty($postrow[$i]['user_rank']) || $postrow[$i]['user_id'] == ANONYMOUS )
|
||||
{
|
||||
$poster_rank = "";
|
||||
$rank_image = "";
|
||||
|
|
Loading…
Add table
Reference in a new issue