Changeset 1321
- Timestamp:
- May 26, 2006, 5:51:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_mail.inc.php
r1148 r1321 123 123 $content.= $conf_mail['text_footer']; 124 124 125 // Convert Text on HTML format to raw text format126 $subject = html_entity_decode($subject);127 $content = html_entity_decode($content);128 129 125 if ($conf_mail['mail_options']) 130 126 {
Note: See TracChangeset
for help on using the changeset viewer.