Ignore:
Timestamp:
03/05/12 03:05:00 (12 years ago)
Author:
cristiano
Message:

Ticket #2497 - Nova estrategia para o salvamento automatico de rascunhos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mobile/inc/class.ui_mobilemail.inc.php

    r5303 r5620  
    969969                                { 
    970970                                        $file_description = unserialize(rawurldecode($forwarding_attachment)); 
    971                                         $fileContent = $imap_functions->get_forwarding_attachment( 
     971                                        $fileContent = $imap_functions->getForwardingAttachment( 
    972972                                                $file_description[0], 
    973973                                                $file_description[1], 
    974974                                                $file_description[3], 
    975                                                 $file_description[4]); 
     975                                                TRUE, 
     976                                                FALSE 
     977                                                ); 
    976978                                        $fileName = $file_description[2]; 
    977979                                        $mail->AddStringAttachment($fileContent,html_entity_decode(rawurldecode($fileName)), $file_description[4], $imap_functions->get_file_type($file_description[2])); 
Note: See TracChangeset for help on using the changeset viewer.