mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Fixed over-written lang var and updated add profile templates
git-svn-id: file:///svn/phpbb/trunk@710 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -253,8 +253,8 @@ if(isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']))
|
||||
}
|
||||
else
|
||||
{
|
||||
$email = $lang['Hidden'];
|
||||
$email_img = $lang['Hidden'];
|
||||
$email = $lang['Hidden_email'];
|
||||
$email_img = $lang['Hidden_email'];
|
||||
}
|
||||
|
||||
if($members[$i]['user_icq'])
|
||||
|
Reference in New Issue
Block a user