Ignore:
Timestamp:
01/06/12 08:52:37 (12 years ago)
Author:
cristiano
Message:

Ticket #2423 - Trocar chamada da variável rootPath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.exporteml.inc.php

    r5181 r5316  
    664664        function download_all_attachments($params) { 
    665665                 
    666                 require_once $_SESSION['rootPath'].'/expressoMail1_2/inc/class.attachment.inc.php'; 
     666                require_once dirname(__FILE__).'/class.attachment.inc.php'; 
    667667                $atObj = new attachment(); 
    668668                $atObj->setStructureFromMail($params['folder'],$params['num_msg']); 
Note: See TracChangeset for help on using the changeset viewer.