mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-11 04:06:31 +02:00
Minor irritation with ranks fixed
git-svn-id: file:///svn/phpbb/trunk@587 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -319,7 +319,7 @@ for($i = 0; $i < $total_posts; $i++)
|
|||||||
//
|
//
|
||||||
// Generate ranks
|
// Generate ranks
|
||||||
//
|
//
|
||||||
if( $postrow[$i]['user_id'] == ANONYMOUS )
|
if( empty($postrow[$i]['user_rank']) || $postrow[$i]['user_id'] == ANONYMOUS )
|
||||||
{
|
{
|
||||||
$poster_rank = "";
|
$poster_rank = "";
|
||||||
$rank_image = "";
|
$rank_image = "";
|
||||||
|
Reference in New Issue
Block a user