From dc6d590da6e7f1bf39d778e404b4ea2e272e8f71 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 20 Jul 2001 17:39:42 +0000 Subject: Fixed over-written lang var and updated add profile templates git-svn-id: file:///svn/phpbb/trunk@710 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/profile.php') diff --git a/phpBB/profile.php b/phpBB/profile.php index 763c27a938..93066c62f5 100644 --- a/phpBB/profile.php +++ b/phpBB/profile.php @@ -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']) -- cgit v1.2.1