Changeset 384 in subversion for trunk/roundcubemail/program/include/rcube_imap.inc
- Timestamp:
- Nov 22, 2006 6:49:30 AM (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
r336 r384 2378 2378 function _parse_address_list($str) 2379 2379 { 2380 $a = $this->_explode_quoted_string(',', $str); 2380 // remove any newlines and carriage returns before 2381 $a = $this->_explode_quoted_string(',', preg_replace( "/[\r\n]/", " ", $str)); 2381 2382 $result = array(); 2382 2383
Note: See TracChangeset
for help on using the changeset viewer.
