Changeset 2789


Ignore:
Timestamp:
05/14/10 16:50:44 (14 years ago)
Author:
amuller
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/expressoMail1_2/inc/class.imap_functions.inc.php

    r2784 r2789  
    19481948                { 
    19491949                        // Bug fixed for array_search function 
     1950                        $name_cid_files = array(); 
    19501951                        if(count($name_cid_files) > 0) { 
    19511952                                $name_cid_files[count($name_cid_files)] = $name_cid_files[0]; 
     
    20162017                $pattern = '/src="([^"]*?show_embedded_attach.php\?msg_folder=(.+)?&(amp;)?msg_num=(.+)?&(amp;)?msg_part=(.+)?)"/isU'; 
    20172018                $cid_imgs = ''; 
    2018                 $name_cid_files = array(); 
    20192019                preg_match_all($pattern,$mail->Body,$cid_imgs,PREG_PATTERN_ORDER); 
    20202020                $cid_array = array(); 
Note: See TracChangeset for help on using the changeset viewer.