1
0
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:
Paul S. Owen
2001-07-20 17:39:42 +00:00
parent 0c03ef5dce
commit dc6d590da6
4 changed files with 40 additions and 17 deletions

View File

@@ -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'])