Ignore:
Timestamp:
Feb 13, 2008 12:13:19 AM (5 years ago)
Author:
till
Message:
File:
1 edited

Legend:

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

    r1028 r1061  
    267267    else 
    268268    { 
    269       $MAIL_MIME->addAttachment($attachment['path'], $attachment['mimetype'], $attachment['name'], true, 'base64', 'attachment', $message_charset); 
     269      /* 
     270        We need to replace mime_content_type in a later release because the function 
     271        is deprecated in favour of File_Info 
     272      */ 
     273      $MAIL_MIME->addAttachment($attachment['path'], mime_content_type($attachment['path']), $attachment['name'], true, 'base64', 'attachment', $message_charset); 
    270274    } 
    271275  } 
Note: See TracChangeset for help on using the changeset viewer.