Changeset 1411 in subversion
- Timestamp:
- May 21, 2008 3:41:06 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
r1410 r1411 1249 1249 $table->add('title', Q(rcube_label('filename'))); 1250 1250 $table->add(null, Q($part->filename)); 1251 $table->add(null, '[' . html::a( str_replace('_frame=', '_download=', $_SERVER['QUERY_STRING']), Q(rcube_label('download'))) . ']');1251 $table->add(null, '[' . html::a('?'.str_replace('_frame=', '_download=', $_SERVER['QUERY_STRING']), Q(rcube_label('download'))) . ']'); 1252 1252 } 1253 1253
Note: See TracChangeset
for help on using the changeset viewer.
