Changeset 8dc0488 in github


Ignore:
Timestamp:
May 21, 2008 3:41:06 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
a55606b
Parents:
2a9cb30
Message:

-fixed link (#1485077)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/func.inc

    r2a9cb30 r8dc0488  
    12491249    $table->add('title', Q(rcube_label('filename'))); 
    12501250    $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'))) . ']'); 
    12521252  } 
    12531253   
Note: See TracChangeset for help on using the changeset viewer.