diff options
author | mistic100 <mistic@piwigo.org> | 2013-11-26 20:54:07 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-11-26 20:54:07 +0000 |
commit | 45afbb48fb9b18ccc8d4ca792cc64a23ec3bb6db (patch) | |
tree | 41440a2019a44b4048abe732eec20307d8c2497c /profile.php | |
parent | 79f0a80f33de9ba60a5f2459dcda9ba688cd0393 (diff) |
remove is_adviser() and get_email_address_as_display_text()
git-svn-id: http://piwigo.org/svn/trunk@25729 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'], |