diff options
author | 2010-02-01 12:46:42 -0800 | |
---|---|---|
committer | 2010-02-01 12:46:42 -0800 | |
commit | 26426fe87683c76702a2340bf852e8bb0eca7626 (patch) | |
tree | 4f683c215ee1e65dd1c24ba4fb460031030e5ba4 /query.cgi | |
parent | Bug 542328: Make extensions/create.pl give the extension's lib/Util.pm module... (diff) | |
download | bugzilla-26426fe87683c76702a2340bf852e8bb0eca7626.tar.gz bugzilla-26426fe87683c76702a2340bf852e8bb0eca7626.tar.bz2 bugzilla-26426fe87683c76702a2340bf852e8bb0eca7626.zip |
Bug 537746: Search criteria headers on buglist duplicate unnecessarily when bugidtype is in use
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ sub PrefillForm { "longdesc", "longdesc_type", "bug_file_loc", "bug_file_loc_type", "status_whiteboard", "status_whiteboard_type", "bug_id", - "bugidtype", "keywords", "keywords_type", + "bug_id_type", "keywords", "keywords_type", "deadlinefrom", "deadlineto", "x_axis_field", "y_axis_field", "z_axis_field", "chart_format", "cumulate", "x_labels_vertical", |