Changeset 1149


Ignore:
Timestamp:
Apr 11, 2006, 10:07:48 PM (18 years ago)
Author:
rub
Message:

Issue ID 328:

o Fix raw text mail

Report of svn:1148

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/include/functions_mail.inc.php

    r1105 r1149  
    123123  $content.= $conf_mail['text_footer'];
    124124
     125  // Convert Text on HTML format to raw text format
     126  $subject = html_entity_decode($subject);
     127  $content = html_entity_decode($content);
     128
    125129  if ($conf_mail['mail_options'])
    126130  {
Note: See TracChangeset for help on using the changeset viewer.