Changeset 1322


Ignore:
Timestamp:
May 26, 2006, 5:56:02 PM (18 years ago)
Author:
chrisaga
Message:

merge trunk r1320:1321 into branch 1.6

File:
1 edited

Legend:

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

    r1149 r1322  
    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 
    129125  if ($conf_mail['mail_options'])
    130126  {
Note: See TracChangeset for help on using the changeset viewer.