Changeset 1459 in subversion


Ignore:
Timestamp:
May 30, 2008 3:55:28 PM (5 years ago)
Author:
alec
Message:

-removed not existing variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/main.inc

    r1424 r1459  
    11491149 
    11501150    $js_name = htmlspecialchars(JQ($folder['id'])); 
    1151     $out .= sprintf('<li id="rcmli%s" class="mailbox %s %s%s%s"><a href="%s"'. 
     1151    $out .= sprintf('<li id="rcmli%s" class="mailbox %s %s%s"><a href="%s"'. 
    11521152                    ' onclick="return %s.command(\'list\',\'%s\',this)"'. 
    11531153                    ' onmouseover="return %s.focus_folder(\'%s\')"' . 
     
    11571157                    $class_name, 
    11581158                    $zebra_class, 
    1159                     $unread_count ? ' unread' : '', 
    11601159                    $folder['id']==$mbox_name ? ' selected' : '', 
    11611160                    Q(rcmail_url('', array('_mbox' => $folder['id']))), 
Note: See TracChangeset for help on using the changeset viewer.