Changeset 4828 in subversion
- Timestamp:
- Jun 2, 2011 8:24:22 AM (2 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r4823 r4828 2 2 =========================== 3 3 4 - Fix identities "reply-to" and "bcc" fields have a bogus value when left empty (#1487943) 4 5 - Add popup with basic fields selection for addressbook search 5 6 - Case-insensitive matching in autocompletion (#1487933) -
trunk/roundcubemail/program/include/main.inc
r4827 r4828 1810 1810 $domain = $is_utf ? idn_to_ascii($domain) : idn_to_utf8($domain); 1811 1811 1812 if ($domain === false) { 1813 return ''; 1814 } 1815 1812 1816 return $at ? $user . '@' . $domain : $domain; 1813 1817 }
Note: See TracChangeset
for help on using the changeset viewer.
