Fixed some problems with cookies bein set wrong when logging in/out.
[squirrelmail.git] / src / options.php
index 6e7c9aee33ceb7e920696e5c85f121e39f7ce90a..83a6fd311f65dcf66a28aa3631b2d0219e980a20 100644 (file)
          echo "      " . $message_highlight_list[$i]["name"];
          echo "   </td>\n";
          echo "   <td bgcolor=" . $message_highlight_list[$i]["color"] . ">\n";
-         echo "      " . $message_highlight_list[$i]["value"];
+         echo "      ".$message_highlight_list[$i]["match_type"]." = " . $message_highlight_list[$i]["value"];
          echo "   </td>\n";
          echo "</tr>\n";
       }