Changeset 4484 in subversion for trunk/roundcubemail/program/steps/settings/func.inc
- Timestamp:
- Feb 3, 2011 8:58:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/settings/func.inc
r4429 r4484 73 73 $list = $USER->list_identities(); 74 74 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']) .'>'); 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.
