Ignore:
Timestamp:
Feb 3, 2011 8:58:07 AM (2 years ago)
Author:
alec
Message:
  • Fix IDNA support when IDN/INTL modules are in use (#1487742)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/settings/func.inc

    r4429 r4484  
    7373  $list = $USER->list_identities(); 
    7474  foreach ($list as $idx => $row) 
    75     $list[$idx]['mail'] = trim($row['name'] . ' <' . idn_to_utf8($row['email']) .'>'); 
     75    $list[$idx]['mail'] = trim($row['name'] . ' <' . rcube_idn_to_utf8($row['email']) .'>'); 
    7676 
    7777  // get all identites from DB and define list of cols to be displayed 
Note: See TracChangeset for help on using the changeset viewer.