Changeset 1563 in subversion
- Timestamp:
- Jun 20, 2008 6:43:24 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/func.inc
r1553 r1563 753 753 // list images after mail body 754 754 if (get_boolean($attrib['showimages']) 755 && $CONFIG['inline_images']756 && $ctype_primary == 'multipart'757 && !empty($MESSAGE->attachments)758 && !strstr($message_body, '<html'))755 && $CONFIG['inline_images'] 756 && $ctype_primary == 'multipart' 757 && !empty($MESSAGE->attachments) 758 && !strstr($message_body, '<html')) 759 759 { 760 760 foreach ($MESSAGE->attachments as $attach_prop) {
Note: See TracChangeset
for help on using the changeset viewer.
