Changeset 1411 in subversion


Ignore:
Timestamp:
May 21, 2008 3:41:06 AM (5 years ago)
Author:
alec
Message:

-fixed link (#1485077)

File:
1 edited

Legend:

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

    r1410 r1411  
    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.