summaryrefslogtreecommitdiffstats
path: root/colchange.cgi
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2000-09-01 03:19:46 +0200
committercyeh%bluemartini.com <>2000-09-01 03:19:46 +0200
commitb640b5e9e6b142f9c3837b0b913deb5590bcf051 (patch)
tree0f20159dedc6e411b8ad3ed9a038b5d675e86083 /colchange.cgi
parentd4479cf3a570a21087e88a339ebfc36f74f43ba3 (diff)
downloadbugzilla-b640b5e9e6b142f9c3837b0b913deb5590bcf051.tar.gz
bugzilla-b640b5e9e6b142f9c3837b0b913deb5590bcf051.tar.xz
fix for 44609 : Remove the useless "project" column in the Change columns page
patch submitted by cdurst@world.std.com (Charles Durst)
Diffstat (limited to 'colchange.cgi')
-rwxr-xr-xcolchange.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/colchange.cgi b/colchange.cgi
index 1ce0d5388..f825228ea 100755
--- a/colchange.cgi
+++ b/colchange.cgi
@@ -35,7 +35,7 @@ GetVersionTable();
my @masterlist = ("opendate", "changeddate", "severity", "priority",
"platform", "owner", "reporter", "status", "resolution",
- "component", "product", "version", "project", "os", "votes");
+ "component", "product", "version", "os", "votes");
if (Param("usetargetmilestone")) {
push(@masterlist, "target_milestone");