Changeset 1871 in subversion for trunk/roundcubemail/program/steps/mail/func.inc
- Timestamp:
- Sep 21, 2008 6:18:28 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/func.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/func.inc
r1870 r1871 409 409 $OUTPUT->set_env('blankpage', $attrib['src'] ? $OUTPUT->abs_url($attrib['src']) : 'program/blank.gif'); 410 410 411 return html:: tag('iframe',$attrib);411 return html::iframe($attrib); 412 412 } 413 413 … … 1126 1126 $ctype_primary = strtolower($part->ctype_primary); 1127 1127 1128 $attrib['src'] = Q('./?'.str_replace('_frame=', ($ctype_primary=='text' ? '_show=' : '_preload='), $_SERVER['QUERY_STRING']));1129 1130 return html:: tag('iframe',$attrib);1128 $attrib['src'] = './?' . str_replace('_frame=', ($ctype_primary=='text' ? '_show=' : '_preload='), $_SERVER['QUERY_STRING']); 1129 1130 return html::iframe($attrib); 1131 1131 } 1132 1132
Note: See TracChangeset
for help on using the changeset viewer.
