Ignore:
Timestamp:
May 17, 2007 2:41:24 PM (6 years ago)
Author:
thomasb
Message:

Add link to message subjects (#1484257); don't make selected list items bold; remove duplicate function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/addressbook/mailto.inc

    r543 r567  
    3737  $mailto_id = substr(md5($mailto_str), 0, 16); 
    3838  $_SESSION['mailto'][$mailto_id] = $mailto_str; 
    39   $OUTPUT->command('redirect', rcmail_self_url('compose', array('_mailto' => $mailto_id), 'mail')); 
     39  $OUTPUT->command('redirect', rcmail_url('compose', array('_mailto' => $mailto_id), 'mail')); 
    4040} 
    4141else 
Note: See TracChangeset for help on using the changeset viewer.