Ignore:
Timestamp:
10/10/12 11:29:09 (11 years ago)
Author:
gustavo
Message:

Ticket #3088 - Corrigido o problema do clip e do download de imagens pelo carousel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.0-expresso1/expressoMail1_2/inc/class.exporteml.inc.php

    r7262 r7401  
    576576                imap_close($this->mbox_stream); 
    577577                 
     578                if(!strpos($header,"Date: ")){ 
     579                        $header = "Date: " . date("d-M-Y H:i:s") . "\r\n" .$header ; 
     580                } 
     581 
    578582                $input = $header . "\r\n\r\n" . $body; 
    579583                $input = preg_replace('/\x1d/', '', $input); //remove special char control detected (hex 1D) 
Note: See TracChangeset for help on using the changeset viewer.