Fix problem with UTF8 and mail

git-svn-id: http://piwigo.org/svn/trunk@2168 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2007-11-22 06:26:31 +00:00
parent e480a291cd
commit e50433eb01
+1 -1
View File
@@ -697,7 +697,7 @@ function pwg_mail($to, $args = array())
nl2br(
preg_replace("/(http:\/\/)([^\s,]*)/i",
"<a href='$1$2'>$1$2</a>",
htmlentities($args['content']))).
htmlspecialchars($args['content']))).
'</p>';
}
else