diff options
author | thomascube <thomas@roundcube.net> | 2006-06-26 18:38:03 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-06-26 18:38:03 +0000 |
commit | b068a07db2c519cde6bf1715e725cb70f2bbbc35 (patch) | |
tree | 85f04753c2ac49b77d7523885e346fbabee9069c /program/include/rcube_smtp.inc | |
parent | bac9ff3393cf4b398b076c7c635c68604055dd75 (diff) |
Typos, Optimizations, Updates
Diffstat (limited to 'program/include/rcube_smtp.inc')
-rw-r--r-- | program/include/rcube_smtp.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_smtp.inc b/program/include/rcube_smtp.inc index 63cdc1e58..3108675f5 100644 --- a/program/include/rcube_smtp.inc +++ b/program/include/rcube_smtp.inc @@ -49,7 +49,7 @@ $SMTP_CONN = null; * @return bool Returns TRUE on success, or FALSE on error * @access public */ -function smtp_mail($from, $recipients, $headers, &$body) +function smtp_mail($from, $recipients, &$headers, &$body) { global $SMTP_CONN, $CONFIG, $SMTP_ERROR; $smtp_timeout = null; |