From: fidian Date: Fri, 28 Dec 2001 20:24:24 +0000 (+0000) Subject: Removed code I was playing around with. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=05611cba243bd6f03f9cabfc6925072d20f54841 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 --- 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 .= "";