Plugin update from Skippy, fixes #2251

git-svn-id: https://develop.svn.wordpress.org/trunk@3447 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2006-01-17 00:51:34 +00:00
parent a3b37a3efd
commit f5d1124575
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";