summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-01-20 02:10:01 +0100
committerterry%netscape.com <>1999-01-20 02:10:01 +0100
commit09033034edd8cfc8aee44b37db86b5f823d19699 (patch)
treec797345bf42d5ba7a6490ef26af86201faf68e4f /query.cgi
parent4d8fdbd288ae9582c915902dd43bb83116eafac9 (diff)
downloadbugzilla-09033034edd8cfc8aee44b37db86b5f823d19699.tar.gz
bugzilla-09033034edd8cfc8aee44b37db86b5f823d19699.tar.xz
Allow a "not regexp" search of email addresses.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/query.cgi b/query.cgi
index 7401c5460..6d4c731aa 100755
--- a/query.cgi
+++ b/query.cgi
@@ -133,6 +133,7 @@ sub GenerateEmailInput {
<input name="email$id" size="30" value="">&nbsp;matching as
<SELECT NAME=emailtype$id>
<OPTION VALUE="regexp">regexp
+<OPTION VALUE="notregexp">not regexp
<OPTION SELECTED VALUE="substring">substring
<OPTION VALUE="exact">exact
</SELECT>