From: tokul Date: Thu, 9 Feb 2006 17:56:20 +0000 (+0000) Subject: unseen string used different color before I've moved it colors to css. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bffa0623a080913995338d2971ea820c5cbf7a36;p=squirrelmail.git unseen string used different color before I've moved it colors to css. confused color[15] with color[11] git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10674 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/left_main.php b/src/left_main.php index 58b9e349..e90c5949 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -80,7 +80,7 @@ function ListBoxes ($boxes, $j=0 ) { $unseen_string .= '/' . $boxes->total; } - $unseen_string = "($unseen_string)"; + $unseen_string = "($unseen_string)"; /* Finally allow the script to display the values by setting a boolean. @@ -233,7 +233,7 @@ function ListAdvancedBoxes ($boxes, $mbx, $j='ID.0000' ) { $unseen_string .= '/' . $boxes->total; } - $unseen_string = "($unseen_string)"; + $unseen_string = "($unseen_string)"; /* Finally allow the script to display the values by setting a boolean.