Commit fab2e1c6 authored by terry%mozilla.org's avatar terry%mozilla.org

Was not properly remembering email addresses in memorized queries.

parent 5100352d
...@@ -154,7 +154,7 @@ sub GenerateEmailInput { ...@@ -154,7 +154,7 @@ sub GenerateEmailInput {
<table cellspacing=0 cellpadding=0> <table cellspacing=0 cellpadding=0>
<tr> <tr>
<td rowspan=2 valign=top><a href="helpemailquery.html">Email:</a> <td rowspan=2 valign=top><a href="helpemailquery.html">Email:</a>
<input name="email$id" size="30" value="">&nbsp;matching as <input name="email$id" size="30" value="$defstr">&nbsp;matching as
<SELECT NAME=emailtype$id> <SELECT NAME=emailtype$id>
<OPTION VALUE="regexp">regexp <OPTION VALUE="regexp">regexp
<OPTION VALUE="notregexp">not regexp <OPTION VALUE="notregexp">not regexp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment