Changeset 1321


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

remove : calls to html_entity_decode() since we don't use html entities in l10n() any more (see bug 358)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r1148 r1321  
    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.