Changeset 2109


Ignore:
Timestamp:
03/01/10 18:03:48 (14 years ago)
Author:
eduardoalex
Message:

Ticket #901 - Implementação da melhoria descrita no ticket em questão.

File:
1 edited

Legend:

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

    r1936 r2109  
    327327                 
    328328                $tempDir = dirname( __FILE__ ) . '/../tmpLclAtt'; 
     329                $tempMkDir = str_replace(" ",'\ ',$tempDir); 
    329330//              $tempDir = $_SERVER["DOCUMENT_ROOT"]."tmpLclAtt"; 
    330331                $tempSubDir = md5(microtime()); 
    331                 exec('mkdir ' . $tempDir . '/'.$tempSubDir.'; cd ' . $tempDir . '/'.$tempSubDir); 
     332                exec('mkdir ' . $tempMkDir . '/'.$tempSubDir.'; cd ' . $tempDir . '/'.$tempSubDir); 
    332333                 
    333334                $this-> folder = $params['folder']; 
Note: See TracChangeset for help on using the changeset viewer.