diff options
author | thomascube <thomas@roundcube.net> | 2006-12-04 22:34:40 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-12-04 22:34:40 +0000 |
commit | 421f5e31a2e9d40b505ea5200d6e616ae07e1565 (patch) | |
tree | 02d2cc2433a0c751fbf4c70dd886e65d1527c0f1 /program/steps/mail/sendmail.inc | |
parent | 494f07b8bfefd7134a7f8f88b1bce9fa1555eb97 (diff) |
Small bugfixes and improvements
Diffstat (limited to 'program/steps/mail/sendmail.inc')
-rw-r--r-- | program/steps/mail/sendmail.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc index c3e0170fe..41735881c 100644 --- a/program/steps/mail/sendmail.inc +++ b/program/steps/mail/sendmail.inc @@ -166,7 +166,7 @@ if (empty($identity_arr['string'])) $identity_arr['string'] = $from; // compose headers array -$headers = array('Date' => date('D, j M Y G:i:s O'), +$headers = array('Date' => date('D, j M Y H:i:s O'), 'From' => $identity_arr['string'], 'To' => rcube_charset_convert($mailto, $input_charset, $message_charset)); |