Changeset 25729 for trunk/profile.php


Ignore:
Timestamp:
Nov 26, 2013, 9:54:07 PM (10 years ago)
Author:
mistic100
Message:

remove is_adviser() and get_email_address_as_display_text()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/profile.php

    r25120 r25729  
    305305    array(
    306306      'USERNAME'=>stripslashes($userdata['username']),
    307       'EMAIL'=>get_email_address_as_display_text(@$userdata['email']),
     307      'EMAIL'=>@$userdata['email'],
    308308      'ALLOW_USER_CUSTOMIZATION'=>$conf['allow_user_customization'],
    309309      'ACTIVATE_COMMENTS'=>$conf['activate_comments'],
Note: See TracChangeset for help on using the changeset viewer.