From f8a9ed538196fdf014e00b6dbf2e4b7d274b850f Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 20 May 2003 13:37:16 +0000 Subject: [PATCH] Avatar preferencial display here too git-svn-id: file:///svn/phpbb/trunk@4030 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/memberlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 0254774849..2a3cfd2576 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -677,7 +677,7 @@ function show_profile($data) $user_id = $data['user_id']; $poster_avatar = ''; - if (isset($data['user_avatar_type']) && $user_id && !empty($data['user_allowavatar'])) + if (isset($data['user_avatar_type']) && $user_id && !empty($data['user_allowavatar']) && $user->data['user_viewavatars']) { switch($data['user_avatar_type']) {