Changeset 2924


Ignore:
Timestamp:
06/14/10 11:28:00 (14 years ago)
Author:
amuller
Message:

Ticket #1104 - Corrige perda de anexos em imagens embutidas

File:
1 edited

Legend:

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

    r2907 r2924  
    22542254                                $file_attached[5] = strlen($fileContent); //Size of file 
    22552255                                $return_forward[] = $file_attached; 
    2256  
    2257                                 unset($forwarding_attachments[$cid_imgs[6][$j]-2]); 
     2256                                $attachment_ = unserialize(rawurldecode($forwarding_attachments[$cid_imgs[6][$j]-2])); 
     2257                                if ($file_attached[3] == $attachment_[3]) 
     2258                                        unset($forwarding_attachments[$cid_imgs[6][$j]-2]); 
    22582259                        } 
    22592260                        else 
Note: See TracChangeset for help on using the changeset viewer.