]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
I guess nobody ever queries for URLs by regexp, since that radio
authorterry%netscape.com <>
Wed, 20 Jan 1999 01:02:39 +0000 (01:02 +0000)
committerterry%netscape.com <>
Wed, 20 Jan 1999 01:02:39 +0000 (01:02 +0000)
button was completely busted.

query.cgi

index 053511d5d69e27f9caed9769d0359fe574d11dea..7401c54609fa47d33e008dfe46500f21ff46c207 100755 (executable)
--- 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>