Changeset 3677 in subversion
- Timestamp:
- May 27, 2010 10:08:15 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/sendmail.inc
r3655 r3677 464 464 $attachment = $RCMAIL->plugins->exec_hook('get_attachment', $attachment); 465 465 466 $dispurl = '/\ssrc\s*=\s*[\'"]*\S+display-attachment\S+file=rcmfile' . preg_quote($attachment['id']) . '[\s\'"] \s*/';466 $dispurl = '/\ssrc\s*=\s*[\'"]*\S+display-attachment\S+file=rcmfile' . preg_quote($attachment['id']) . '[\s\'"]*/'; 467 467 $message_body = $MAIL_MIME->getHTMLBody(); 468 468 if ($isHtml && (preg_match($dispurl, $message_body) > 0)) {
Note: See TracChangeset
for help on using the changeset viewer.
