Plugin update from Skippy, fixes #2251

git-svn-id: http://svn.automattic.com/wordpress/trunk@3447 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2006-01-17 00:51:34 +00:00
parent 78d25a023b
commit a3b3902c53
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ class wpdbBackup {
// Add a multipart boundary above the plain message
$message = "This is a multi-part message in MIME format.\n\n" .
"--{$boundary}\n" .
"Content-Type: text/plain; charset=\"iso-8859-1\"\n" .
"Content-Type: text/plain; charset=\"utf-8\"\n" .
"Content-Transfer-Encoding: 7bit\n\n" .
$message . "\n\n";