Changeset 163 in subversion for trunk/roundcubemail/program/steps/mail/func.inc
- Timestamp:
- Mar 14, 2006 4:11:32 PM (7 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
r162 r163 1011 1011 $body = rcmail_print_body($part, $safe_mode); 1012 1012 $out .= '<div class="message-part">'; 1013 $out .= rcmail_mod_html_body($body, $attrib['id']); 1013 1014 if ($part['ctype_secondary']!='plain') 1015 $out .= rcmail_mod_html_body($body, $attrib['id']); 1016 else 1017 $out .= $body; 1018 1014 1019 $out .= "</div>\n"; 1015 1020 }
Note: See TracChangeset
for help on using the changeset viewer.
