Changeset 3024 for branches/2.2


Ignore:
Timestamp:
07/09/10 14:53:20 (14 years ago)
Author:
amuller
Message:

Ticket #1079 - corrige problema do sugestões text/plain

Location:
branches/2.2
Files:
2 edited

Legend:

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

    r3018 r3024  
    19891989                $this->add_recipients("cco", $ccoaddress, &$mail); 
    19901990                $mail->Subject = $subject; 
    1991                 $mail->IsHTML(true); 
     1991                $mail->IsHTML($params['type'] != 'textplain'); 
    19921992                $mail->Body = $body; 
    19931993 
  • branches/2.2/help/enviasugestao.php

    r1109 r3024  
    2727        $params['input_subject'] =      lang("Suggestions"); 
    2828        $params['body'] = $_POST['body']; 
     29        $params['type'] = 'textplain';  
    2930        $GLOBALS['phpgw']->preferences->read_repository(); 
    3031        $_SESSION['phpgw_info']['expressomail']['user'] = $GLOBALS['phpgw_info']['user']; 
Note: See TracChangeset for help on using the changeset viewer.