Changeset 4009 in subversion for trunk/roundcubemail/program/steps/settings/func.inc
- Timestamp:
- Sep 29, 2010 8:36:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/settings/func.inc
r3989 r4009 73 73 $list = $USER->list_identities(); 74 74 foreach ($list as $idx => $row) 75 $list[$idx]['mail'] = trim($row['name'] . ' <' . $row['email'].'>');75 $list[$idx]['mail'] = trim($row['name'] . ' <' . idn_to_utf8($row['email']) .'>'); 76 76 77 77 // get all identites from DB and define list of cols to be displayed
Note: See TracChangeset
for help on using the changeset viewer.
