Added comments to ChangeLog about fixed bugs #496752 and #496753.
[squirrelmail.git] / src / load_prefs.php
index 9fd80062deb161fe08664fd212b4440f00b2fc8f..14a5400ffa26510b78117daa977ce843d3541871 100644 (file)
@@ -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 */