Ignore:
Timestamp:
Oct 13, 2007, 12:14:23 AM (17 years ago)
Author:
rub
Message:

Replace htmlentities by htmlspecialchars on NBM in order to send a correct UTF8 mail.
Quote mail charset + add debug mail informations
Fix "check user with same mail" where null email was not discarded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/notification_by_mail.php

    r2089 r2136  
    248248          // On HTML mail, detects if the content are HTML format.
    249249          // If it's plain text format, convert content to readable HTML
    250           $customize_mail_content = nl2br(htmlentities($customize_mail_content));
     250          $customize_mail_content = nl2br(htmlspecialchars($customize_mail_content));
    251251        }
    252252
Note: See TracChangeset for help on using the changeset viewer.