Minor irritation with ranks fixed

git-svn-id: file:///svn/phpbb/trunk@587 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-07-06 21:28:56 +00:00
parent 2170cd3a9d
commit 184e4b36f4

View file

@ -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 = "";