diff options
author | terry%netscape.com <> | 1999-01-20 02:02:39 +0100 |
---|---|---|
committer | terry%netscape.com <> | 1999-01-20 02:02:39 +0100 |
commit | 4d8fdbd288ae9582c915902dd43bb83116eafac9 (patch) | |
tree | 844e8501f9929868d2c1036d14f5c0f46d30b0f6 /query.cgi | |
parent | 5683ca475d5d89dd8eae076ccf680bed256f80ef (diff) | |
download | bugzilla-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-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |