Skip to content

Commit

Permalink
Rolled back to 289 to fix bug 1483922 - reopens bug 1483918
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Aug 6, 2006
1 parent 9a52614 commit fb62bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions program/steps/mail/func.inc
Expand Up @@ -218,7 +218,7 @@ function rcmail_render_folder_tree_html(&$arrFolders, &$special, &$mbox_name, $m
' onclick="return %s.command(\'list\',\'%s\')"'.
' onmouseover="return %s.focus_mailbox(\'%s\')"' .
' onmouseout="return %s.unfocus_mailbox(\'%s\')"' .
' onmouseup="return %s.mbox_mouse_up(\'%s\')"%s>%s</a></li>',
' onmouseup="return %s.mbox_mouse_up(\'%s\')"%s>%s</a>',
$folder_css,
$class_name,
$zebra_class,
Expand All @@ -240,7 +240,7 @@ function rcmail_render_folder_tree_html(&$arrFolders, &$special, &$mbox_name, $m
if (!empty($folder['folders']))
$out .= "\n<ul>\n" . rcmail_render_folder_tree_html($folder['folders'], $special, $mbox_name, $maxlength, $nestLevel+1) . "</ul>\n";

$out .= "\n";
$out .= "</li>\n";
$idx++;
}

Expand Down

0 comments on commit fb62bd9

Please sign in to comment.