Changeset 5148 in subversion


Ignore:
Timestamp:
Aug 30, 2011 4:16:50 AM (21 months ago)
Author:
alec
Message:
  • Make 5th argument of rcmail_deliver_message() optional
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/main.inc

    r5132 r5148  
    16541654 * @param array  $mailto     Array of recipient address strings 
    16551655 * @param array  $smtp_error SMTP error array (reference) 
    1656  * @param string $body_file  Location of file with saved message body (reference) 
     1656 * @param string $body_file  Location of file with saved message body (reference), 
     1657 *                           used when delay_file_io is enabled 
    16571658 * @param array  $smtp_opts  SMTP options (e.g. DSN request) 
    16581659 * 
    16591660 * @return boolean Send status. 
    16601661 */ 
    1661 function rcmail_deliver_message(&$message, $from, $mailto, &$smtp_error, &$body_file, $smtp_opts=null) 
     1662function rcmail_deliver_message(&$message, $from, $mailto, &$smtp_error, &$body_file=null, $smtp_opts=null) 
    16621663{ 
    16631664  global $CONFIG, $RCMAIL; 
Note: See TracChangeset for help on using the changeset viewer.