diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-12 11:47:45 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-12 11:47:45 +0200 |
commit | 413df054ad3235c59c24e897b616c569adc4f67b (patch) | |
tree | b556cc29c8e9d4adf608c349bba53d3d21c51908 /program/include/rcube_smtp.php | |
parent | a7b32b61e685d32f8f101a854b6a3ba38d329677 (diff) |
CS fixes (mostly tab -> spaces)
Diffstat (limited to 'program/include/rcube_smtp.php')
-rw-r--r-- | program/include/rcube_smtp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_smtp.php b/program/include/rcube_smtp.php index e5748248c..b28be5206 100644 --- a/program/include/rcube_smtp.php +++ b/program/include/rcube_smtp.php @@ -423,7 +423,7 @@ class rcube_smtp $lines[] = $key . ': ' . $value; } } - + return array($from, join(SMTP_MIME_CRLF, $lines) . SMTP_MIME_CRLF); } |