Changeset 648db37 in github


Ignore:
Timestamp:
Jun 4, 2010 9:29:48 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
7c866e4
Parents:
dbe49889
Message:
  • Fix related parts aren't displayed when got mimetype other than image/* (#1486432)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_message.php

    rd311d80 r648db37  
    441441                    // part belongs to a related message and is linked 
    442442                    if ($mimetype == 'multipart/related' 
    443                         && preg_match('!^image/!', $part_mimetype) 
    444443                        && ($mail_part->headers['content-id'] || $mail_part->headers['content-location'])) { 
    445444                        if ($mail_part->headers['content-id']) 
Note: See TracChangeset for help on using the changeset viewer.