fixed typo
This commit is contained in:
parent
4166a9cc22
commit
e3aae81a0e
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ sub send {
|
|||
$message .= "BCC: $_[5]\n" if ($_[5]);
|
||||
$message .= "Subject: ".$_[1]."\n";
|
||||
$message .= "Date: ".WebGUI::DateTime::epochToHuman("","%W, %d %C %y %j:%n:%s %O")."\n";
|
||||
$message .= "Content-Type: text/plain; charset=UTF-8","charset")."\n";
|
||||
$message .= "Content-Type: text/plain; charset=UTF-8\n";
|
||||
$message .= "\n";
|
||||
$message = WebGUI::Macro::process($message);
|
||||
#body
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue