Changeset 13221
- Timestamp:
- 2007/05/21 21:16:23 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/module/Mail/Mail.php
r13188 r13221 152 152 foreach ($headers as $key => $value) { 153 153 if (strcasecmp($key, 'From') === 0) { 154 include_once '../Mail/RFC822.php'; 154 $include_dir = realpath(dirname( __FILE__)); 155 include_once $include_dir ."/../Mail/RFC822.php"; 155 156 $parser = &new Mail_RFC822(); 156 157 $addresses = $parser->parseAddressList($value, 'localhost', false);
Note: See TracChangeset
for help on using the changeset viewer.