Ignore:
Timestamp:
05/07/12 15:43:42 (12 years ago)
Author:
cristiano
Message:

Ticket #2700 - Alguns eventos não estão sendo importados

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/library/Mail/Mail/RFC822.php

    r5146 r6118  
    196196 
    197197        if ($this->address === false || isset($this->error)) { 
    198             require_once 'PEAR.php'; 
     198            require_once dirname(__FILE__).'/../../PEAR/PEAR.php'; 
    199199            return PEAR::raiseError($this->error); 
    200200        } 
Note: See TracChangeset for help on using the changeset viewer.