From 935a06bbae91aa6d6ee99d04537988e0a6955cb4 Mon Sep 17 00:00:00 2001 From: indiri69 Date: Thu, 25 Mar 2004 23:20:09 +0000 Subject: [PATCH] Remove notice git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6900 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options_highlight.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options_highlight.php b/src/options_highlight.php index 1c2da7c3..fde299f3 100644 --- a/src/options_highlight.php +++ b/src/options_highlight.php @@ -364,7 +364,7 @@ if ($action == 'edit' || $action == 'add') { } } - if (!isset($message_highlight_list[$theid]['color'])) + if (isset($theid) && !isset($message_highlight_list[$theid]['color'])) $selected_choose = ' checked'; else if ($pre_defined_color) $selected_predefined = ' checked'; -- 2.25.1