From 45afbb48fb9b18ccc8d4ca792cc64a23ec3bb6db Mon Sep 17 00:00:00 2001 From: mistic100 Date: Tue, 26 Nov 2013 20:54:07 +0000 Subject: remove is_adviser() and get_email_address_as_display_text() git-svn-id: http://piwigo.org/svn/trunk@25729 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 050459ccf..eae1d9a7a 100644 --- a/profile.php +++ b/profile.php @@ -304,7 +304,7 @@ function load_profile_in_template($url_action, $url_redirect, $userdata) $template->assign( array( 'USERNAME'=>stripslashes($userdata['username']), - 'EMAIL'=>get_email_address_as_display_text(@$userdata['email']), + 'EMAIL'=>@$userdata['email'], 'ALLOW_USER_CUSTOMIZATION'=>$conf['allow_user_customization'], 'ACTIVATE_COMMENTS'=>$conf['activate_comments'], 'NB_IMAGE_PAGE'=>$userdata['nb_image_page'], -- cgit v1.2.3