Changeset 13221


Ignore:
Timestamp:
2007/05/21 21:16:23 (16 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/module/Mail/Mail.php

    r13188 r13221  
    152152        foreach ($headers as $key => $value) { 
    153153            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"; 
    155156                $parser = &new Mail_RFC822(); 
    156157                $addresses = $parser->parseAddressList($value, 'localhost', false); 
Note: See TracChangeset for help on using the changeset viewer.