From 05611cba243bd6f03f9cabfc6925072d20f54841 Mon Sep 17 00:00:00 2001 From: fidian Date: Fri, 28 Dec 2001 20:24:24 +0000 Subject: [PATCH] Removed code I was playing around with. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1992 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index bf0f1d5f..427d6fc4 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -334,13 +334,7 @@ for ($i = 0;$i < count($boxes); $i++) { /* Add the folder name and link. */ if (! isset($color[15])) { - if (isset($color[14])) { - $color[15] = $color[14]; - } elseif (isset($color[13])) { - $color[15] = $color[13]; - } else { - $color[15] = $color[6]; - } + $color[15] = $color[6]; } if (in_array('noselect', $boxes[$i]['flags'])) { $line .= ""; -- 2.25.1