From 254773f5dd35b21a4f15e42facd235f8868d417a Mon Sep 17 00:00:00 2001 From: tokul Date: Sat, 4 Feb 2006 19:35:10 +0000 Subject: [PATCH] use special folder class for special folders in advanced tree git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10635 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/left_main.php b/src/left_main.php index 8e7e941a..1cab8cd0 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -251,7 +251,7 @@ function ListAdvancedBoxes ($boxes, $mbx, $j='ID.0000' ) { /* color special boxes */ if ($use_special_folder_color && $boxes->is_special) { - $pre .= ""; + $pre .= ""; $end .= ''; } -- 2.25.1