From 010ce1b3cf60603c746f1538a8097a25e8fa7250 Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 24 Dec 2001 15:54:15 +0000 Subject: [PATCH] Fixed horrible typo. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1918 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/load_prefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/load_prefs.php b/src/load_prefs.php index 9fd80062..14a5400f 100644 --- a/src/load_prefs.php +++ b/src/load_prefs.php @@ -161,7 +161,7 @@ for ($i = 0; $hlt = getPref($data_dir, $username, "highlight$i"); ++$i) { $message_highlight_list[$i]['name'] = $highlight_array[0]; $message_highlight_list[$i]['color'] = $highlight_array[1]; $message_highlight_list[$i]['value'] = $highlight_array[2]; - $message_highlight_list[$i]['match_type'] = $highligh_array[3]; + $message_highlight_list[$i]['match_type'] = $highlight_array[3]; } /* Index order lets you change the order of the message index */ -- 2.25.1