Changeset 3447

Show
Ignore:
Timestamp:
01/17/06 00:51:34 (3 years ago)
Author:
matt
Message:

Plugin update from Skippy, fixes #2251

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/plugins/wp-db-backup.php

    r3261 r3447  
    646646            $message = "This is a multi-part message in MIME format.\n\n" . 
    647647                    "--{$boundary}\n" . 
    648                 "Content-Type: text/plain; charset=\"iso-8859-1\"\n" . 
     648                "Content-Type: text/plain; charset=\"utf-8\"\n" . 
    649649                "Content-Transfer-Encoding: 7bit\n\n" . 
    650650                $message . "\n\n";