From: cyeh%bluemartini.com <> Date: Fri, 1 Sep 2000 01:19:46 +0000 (+0000) Subject: fix for 44609 : Remove the useless "project" column in the Change columns page X-Git-Tag: bugzilla-2.12~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b640b5e9e6b142f9c3837b0b913deb5590bcf051;p=thirdparty%2Fbugzilla.git fix for 44609 : Remove the useless "project" column in the Change columns page patch submitted by cdurst@world.std.com (Charles Durst) --- diff --git a/colchange.cgi b/colchange.cgi index 1ce0d53883..f825228ea6 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");