thomascube
2006-09-01 fda695f29732f5e5bcaa55e7e7abd090d2359927
program/include/rcube_smtp.inc
@@ -49,7 +49,7 @@
 * @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;