Changeset 507 in subversion
- Timestamp:
- Mar 13, 2007 9:02:03 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_imap.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_imap.inc
r506 r507 2460 2460 foreach ($a as $key => $val) 2461 2461 { 2462 $val = str_replace("\"<", "\"<", $val);2462 $val = preg_replace("/([\"\w])</", "$1 <", $val); 2463 2463 $sub_a = $this->_explode_quoted_string(' ', $this->decode_header($val)); 2464 2464 $result[$key]['name'] = '';
Note: See TracChangeset
for help on using the changeset viewer.
