From ad2ee09d20b63a0c9d87adeb861fcb584c81ed99 Mon Sep 17 00:00:00 2001 From: tokul Date: Thu, 2 Sep 2004 20:25:04 +0000 Subject: [PATCH] button row in mailbox listing uses color[0]. read_body used color[9]. These colors can differ. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8006 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index 18d823ee..7b89b2bc 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -597,7 +597,7 @@ function formatMenubar($aMailbox, $passed_id, $passed_ent_id, $message, $removed // BEGIN MENU ROW - DELETE/REPLY/FORWARD/MOVE/etc. - $menu_row = ''; + $menu_row = ''; $comp_uri = $base_uri.'src/compose.php' . '?passed_id=' . $passed_id . '&mailbox=' . $urlMailbox . -- 2.25.1