]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix for 44609 : Remove the useless "project" column in the Change columns page
authorcyeh%bluemartini.com <>
Fri, 1 Sep 2000 01:19:46 +0000 (01:19 +0000)
committercyeh%bluemartini.com <>
Fri, 1 Sep 2000 01:19:46 +0000 (01:19 +0000)
patch submitted by cdurst@world.std.com (Charles Durst)

colchange.cgi

index 1ce0d53883d0b3f18c17fb3a525c323a728711c7..f825228ea6409b4c6c0d1a62da461f81d1c1c6c5 100755 (executable)
@@ -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");