summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-01-20 02:02:39 +0100
committerterry%netscape.com <>1999-01-20 02:02:39 +0100
commit4d8fdbd288ae9582c915902dd43bb83116eafac9 (patch)
tree844e8501f9929868d2c1036d14f5c0f46d30b0f6 /query.cgi
parent5683ca475d5d89dd8eae076ccf680bed256f80ef (diff)
downloadbugzilla-4d8fdbd288ae9582c915902dd43bb83116eafac9.tar.gz
bugzilla-4d8fdbd288ae9582c915902dd43bb83116eafac9.tar.xz
I guess nobody ever queries for URLs by regexp, since that radio
button was completely busted.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/query.cgi b/query.cgi
index 053511d5d..7401c5460 100755
--- a/query.cgi
+++ b/query.cgi
@@ -283,7 +283,7 @@ $emailinput2<p>
<td align=right>URL:</td>
<td><input name=bug_file_loc size=30></td>
<td><input type=radio name=bug_file_loc_type value=substr checked>Substring</td>
-<td><input type=radio name=long_desc_type value=regexp>Regexp</td>
+<td><input type=radio name=bug_file_loc_type value=regexp>Regexp</td>
</tr>
</table>
<p>