Ignore:
Timestamp:
09/14/10 18:40:59 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #1279 - Problema com a pre-visualizacao do email

File:
1 edited

Legend:

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

    r3242 r3249  
    766766                $content = str_replace(array("{","}"," "), " ", $content); 
    767767                $content = trim($content); 
    768                 $content = substr($content,0,300); 
     768                $content = html_entity_decode(substr($content,0,300)); 
    769769                $content != "" ? $return['body'] = " - " . $content: $return['body'] = ""; 
    770770                return $return; 
Note: See TracChangeset for help on using the changeset viewer.