diff options
author | terry%netscape.com <> | 1998-08-29 05:19:31 +0200 |
---|---|---|
committer | terry%netscape.com <> | 1998-08-29 05:19:31 +0200 |
commit | 7c36a9995a55b8bbd05a7b99ca54929b0f16bea6 (patch) | |
tree | 0c95c076834f6747731b085e0ed6cd218f3a0cc0 /colchange.cgi | |
parent | 0ae1eb8cf0841958b1daa8531ffb93d9dff80c15 (diff) | |
download | bugzilla-7c36a9995a55b8bbd05a7b99ca54929b0f16bea6.tar.gz bugzilla-7c36a9995a55b8bbd05a7b99ca54929b0f16bea6.tar.xz |
Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keeping
that stuff in this database.
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 35580be9c..0b137f8eb 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 resolved_ts verified_ts} + resolution component product version project os summary summaryfull } if {[info exists FORM(rememberedquery)]} { |