diff options
author | terry%netscape.com <> | 1998-08-28 02:22:22 +0200 |
---|---|---|
committer | terry%netscape.com <> | 1998-08-28 02:22:22 +0200 |
commit | d521acf9795855bb08474f7cfa4befc6e31cd066 (patch) | |
tree | 33afca4724bc64154cf2dd42491ec4d2cdf2dd87 /colchange.cgi | |
parent | 3a09e8b2bd88eef1e1b8b2ddf9d1f3ca097992eb (diff) | |
download | bugzilla-d521acf9795855bb08474f7cfa4befc6e31cd066.tar.gz bugzilla-d521acf9795855bb08474f7cfa4befc6e31cd066.tar.xz |
Fixed bug 538 -- can now search through summary and description fields.
Diffstat (limited to 'colchange.cgi')
-rwxr-xr-x | colchange.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colchange.cgi b/colchange.cgi index 3adc475f3..35580be9c 100755 --- a/colchange.cgi +++ b/colchange.cgi @@ -27,7 +27,7 @@ puts "Content-type: text/html" # they get displayed in. set masterlist {opendate changeddate severity priority platform owner reporter status - resolution component product version project os summary summaryfull status_summary resolved_ts verified_ts} + resolution component product version project os summary summaryfull resolved_ts verified_ts} if {[info exists FORM(rememberedquery)]} { |