Changeset d04d202 in github
- Timestamp:
- Nov 22, 2006 6:49:30 AM (7 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 0a020ca
- Parents:
- 086377c
- File:
-
- 1 edited
-
program/include/rcube_imap.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap.inc
r2f2f15b rd04d202 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.
