Ignore:
Timestamp:
Jun 12, 2007 3:05:59 PM (6 years ago)
Author:
thomasb
Message:

Minor bugfixes reported on the dev-list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/sendmail.inc

    r556 r613  
    334334    // send message 
    335335    $smtp_response = array(); 
    336     $sent = smtp_mail($from, $a_recipients, $MAIL_MIME->txtHeaders($send_headers), $msg_body, $smtp_response); 
     336    $sent = smtp_mail($from, $a_recipients, ($foo = $MAIL_MIME->txtHeaders($send_headers)), $msg_body, $smtp_response); 
    337337   
    338338    // log error 
Note: See TracChangeset for help on using the changeset viewer.