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

git-svn-id: http://piwigo.org/svn/trunk@2136 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2007-10-12 22:14:23 +00:00
parent 4afa14cc8d
commit 608c174245
5 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
-----={BOUNDARY_KEY}
Content-Type: {CONTENT_TYPE}; charset={CONTENT_ENCODING};
Content-Type: {CONTENT_TYPE}; charset="{CONTENT_ENCODING}";
Content-Transfer-Encoding: 8bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">