From 234a64607b54be1003659cdb192d6328c2bf5cf8 Mon Sep 17 00:00:00 2001 From: patdenice Date: Fri, 29 Feb 2008 13:04:00 +0000 Subject: Resolved bugs: 741 and 793: Added user does not appear in listing. 769: show email address in adviser mode when editing user profil. 800: get_absolute_root_url does not work with https protocol. git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2228 68402e56-0260-453c-a942-63ccdbb3a9ee --- profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile.php') diff --git a/profile.php b/profile.php index 127ba3cc8..26d73b5a9 100644 --- a/profile.php +++ b/profile.php @@ -225,7 +225,7 @@ function load_profile_in_template($url_action, $url_redirect, $userdata) array( 'USERNAME'=>$userdata['username'], 'USERID'=>$userdata['id'], - 'EMAIL'=>@$userdata['email'], + 'EMAIL'=>get_email_address_as_display_text(@$userdata['email']), 'NB_IMAGE_LINE'=>$userdata['nb_image_line'], 'NB_ROW_PAGE'=>$userdata['nb_line_page'], 'RECENT_PERIOD'=>$userdata['recent_period'], -- cgit v1.2.3