Ignore:
Timestamp:
08/17/11 16:58:19 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #2223 - Texto com [endif] que aparece na visualizacao de alguns e-mails

File:
1 edited

Legend:

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

    r4945 r4946  
    13611361                $body = mb_ereg_replace('<!--\[','<!-- [',$body);  
    13621362                $body = mb_ereg_replace('&lt;!\[endif\]--&gt;', '<![endif]-->', $body); 
    1363                 $body = str_replace("\x00", '', $body); 
     1363                $body = mb_ereg_replace('<!\[endif\]-->', '<!--[endif]--->', $body); 
     1364                $body = str_replace("\x00", '', $body); 
    13641365                 
    13651366                return  "<span>".$body;  
Note: See TracChangeset for help on using the changeset viewer.