Changeset 6118


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

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

Location:
trunk/library
Files:
2 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        } 
  • trunk/library/Net/Sieve.php

    r5565 r6118  
    4444 */ 
    4545 
    46 require_once $_SESSION['rootPath'].'/library/PEAR/PEAR.php'; 
    47 require_once $_SESSION['rootPath'].'/library/Net/Socket.php'; 
     46require_once  dirname(__FILE__).'/../PEAR/PEAR.php'; 
     47require_once  dirname(__FILE__).'/Socket.php'; 
    4848 
    4949/** 
Note: See TracChangeset for help on using the changeset viewer.