From 4ec7eb03ee178f483ee11113851d0539ddb17f0f Mon Sep 17 00:00:00 2001 From: the_systech Date: Fri, 28 Dec 2001 15:43:33 +0000 Subject: [PATCH] Fix for bug # 496941 git-svn-id: file:///svn/phpbb/trunk@1729 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/profile.php b/phpBB/profile.php index 60867ea298..833fa08b3c 100644 --- a/phpBB/profile.php +++ b/phpBB/profile.php @@ -259,8 +259,8 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) ) { $email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $profiledata['user_id']) : "mailto:" . $profiledata['user_email']; - $email = '' . $lang['Send_email'] . ''; - $email_img = '' . $lang['Send_email'] . ''; + $email = '' . $lang['Send_email'] . ''; + $email_img = '' . $lang['Send_email'] . ''; } else {