projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
429de3b
)
BUGFIX: fixed previous commit about sending mail in utf-8
author
Arun Persaud
<arun@nubati.net>
Sun, 20 Jan 2013 17:02:58 +0000
(09:02 -0800)
committer
Arun Persaud
<arun@nubati.net>
Sun, 20 Jan 2013 17:02:58 +0000
(09:02 -0800)
include/functions.php
patch
|
blob
|
history
diff --git
a/include/functions.php
b/include/functions.php
index 47e80895f2cd5573e45512516fdf207e9f1a3f68..191823d6de6f45db89e3c144ea307c8522dcbdac 100644
(file)
--- a/
include/functions.php
+++ b/
include/functions.php
@@
-218,9
+218,9
@@
function sendmail($To,$Subject,$message)
if(isset($EMAIL_REPLY))
$header .= "From: e-DoKo daemon <$EMAIL_REPLY>\r\n";
- $header
s
.= "Content-Type: text/plain; charset = \"UTF-8\";\r\n";
- $header
s
.= "Content-Transfer-Encoding: 8bit\r\n";
- $header
s
.= "\r\n";
+ $header .= "Content-Type: text/plain; charset = \"UTF-8\";\r\n";
+ $header .= "Content-Transfer-Encoding: 8bit\r\n";
+ $header .= "\r\n";
if($debug)
{