Changeset 2790


Ignore:
Timestamp:
05/14/10 17:02:36 (14 years ago)
Author:
amuller
Message:

Ticket #405 - Corrigindo problema de array definido em lugar errado

File:
1 edited

Legend:

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

    r2781 r2790  
    21302130                { 
    21312131                        // Bug fixed for array_search function 
     2132                        $name_cid_files = array(); 
    21322133                        if(count($name_cid_files) > 0) { 
    21332134                                $name_cid_files[count($name_cid_files)] = $name_cid_files[0]; 
     
    21982199                $pattern = '/src="([^"]*?show_embedded_attach.php\?msg_folder=(.+)?&(amp;)?msg_num=(.+)?&(amp;)?msg_part=(.+)?)"/isU'; 
    21992200                $cid_imgs = ''; 
    2200                 $name_cid_files = array(); 
    22012201                preg_match_all($pattern,$mail->Body,$cid_imgs,PREG_PATTERN_ORDER); 
    22022202                $cid_array = array(); 
Note: See TracChangeset for help on using the changeset viewer.