diff options
Diffstat (limited to '')
-rw-r--r-- | include/functions_mail.inc.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/functions_mail.inc.php b/include/functions_mail.inc.php index 06d4d3e2d..86ded9473 100644 --- a/include/functions_mail.inc.php +++ b/include/functions_mail.inc.php @@ -122,10 +122,6 @@ function pwg_mail($to, $from = '', $subject = 'PhpWebGallery', $infos = '') $content = $infos; $content.= $conf_mail['text_footer']; - // Convert Text on HTML format to raw text format - $subject = html_entity_decode($subject); - $content = html_entity_decode($content); - if ($conf_mail['mail_options']) { $options = '-f '.$from; @@ -138,4 +134,4 @@ function pwg_mail($to, $from = '', $subject = 'PhpWebGallery', $infos = '') } } -?>
\ No newline at end of file +?> |