diff options
author | Benny Baumann <BenBE@geshi.org> | 2015-07-29 19:19:33 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2015-07-29 19:19:33 +0200 |
commit | 3d8eec2fc1060e2307d8cd127e7f1ae331fc9c44 (patch) | |
tree | 26e3bc63027b12ff9000191b673fb4e2bcb96aa4 | |
parent | 48c5ae62272b7acdd9452267b82bae066dcb2052 (diff) | |
parent | 2e6ca4e42dc724d7904ee05985c88ee800ee54a1 (diff) | |
download | cacert-devel-3d8eec2fc1060e2307d8cd127e7f1ae331fc9c44.tar.gz cacert-devel-3d8eec2fc1060e2307d8cd127e7f1ae331fc9c44.tar.xz cacert-devel-3d8eec2fc1060e2307d8cd127e7f1ae331fc9c44.zip |
Merge branch 'bug-1389' into testserver-stable
-rw-r--r-- | includes/mysql.php.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/mysql.php.sample b/includes/mysql.php.sample index f08b975..d5e0ad9 100644 --- a/includes/mysql.php.sample +++ b/includes/mysql.php.sample @@ -82,7 +82,7 @@ fputs($smtp, "Subject: $subject\r\n"); } fputs($smtp, "Mime-Version: 1.0\r\n"); - if($extra == "") + if($use_utf8) { fputs($smtp, "Content-Type: text/plain; charset=\"utf-8\"\r\n"); } |