mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
fix the schema files as well as other tiny bugs.
git-svn-id: file:///svn/phpbb/trunk@6190 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -989,6 +989,10 @@ while ($row = $db->sql_fetchrow($result))
|
||||
'avatar' => '',
|
||||
'age' => '',
|
||||
|
||||
'rank_title' => '',
|
||||
'rank_image' => '',
|
||||
'rank_image_src' => '',
|
||||
|
||||
'online' => false,
|
||||
'profile' => append_sid("{$phpbb_root_path}memberlist.$phpEx", "mode=viewprofile&u=$poster_id"),
|
||||
'www' => $row['user_website'],
|
||||
@@ -1039,12 +1043,6 @@ while ($row = $db->sql_fetchrow($result))
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$user_cache[$poster_id]['rank_title'] = '';
|
||||
$user_cache[$poster_id]['rank_image'] = '';
|
||||
$user_cache[$poster_id]['rank_image_src'] = '';
|
||||
}
|
||||
}
|
||||
|
||||
if (!empty($row['user_allow_viewemail']) || $auth->acl_get('a_email'))
|
||||
|
Reference in New Issue
Block a user