Ignore:
Timestamp:
03/02/12 03:48:47 (12 years ago)
Author:
cristiano
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/library/mime/mime.php

    r5316 r5604  
    873873                $rep[] = '\1\2=\3cid:' . $value['cid'] .'\3'; 
    874874                $rep[] = 'url(\1cid:' . $value['cid'] . '\1)'; 
    875  
     875                              
    876876                $this->_htmlbody = preg_replace($regex, $rep, $this->_htmlbody); 
    877877                $this->_html_images[$key]['name'] 
    878878                    = $this->_basename($this->_html_images[$key]['name']); 
    879                
    880                 //Alteração para o Expresso. 
    881                 //Ver https://dev.prognus.com.br/expresso/ticket/1256 
    882                 $this->_htmlbody = str_replace("src=\"cid:".substr($value['cid'], 0, strpos($value['cid'], '@'))."\"", "src=\"cid:".$value['cid']."\"", $this->_htmlbody); 
    883  
     879                             
    884880            } 
    885881        } 
Note: See TracChangeset for help on using the changeset viewer.