Changeset 3547


Ignore:
Timestamp:
11/29/10 11:45:34 (13 years ago)
Author:
wmerlotto
Message:

Ticket #1389 - Os espaços e tabssão removidos do assunto do e-mail.

File:
1 edited

Legend:

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

    r3128 r3547  
    191191                        foreach ($tmp as $tmp1) 
    192192                                $return .= $this->htmlspecialchars_encode($tmp1->text); 
    193                                  
     193 
     194                        $return = str_replace("\t", "", $return); 
    194195                        return $return; 
    195196                } 
Note: See TracChangeset for help on using the changeset viewer.