Changeset 1149
- Timestamp:
- Apr 11, 2006, 10:07:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_6/include/functions_mail.inc.php
r1105 r1149 123 123 $content.= $conf_mail['text_footer']; 124 124 125 // Convert Text on HTML format to raw text format 126 $subject = html_entity_decode($subject); 127 $content = html_entity_decode($content); 128 125 129 if ($conf_mail['mail_options']) 126 130 {
Note: See TracChangeset
for help on using the changeset viewer.