From: myk%mozilla.org <> Date: Tue, 27 Nov 2001 07:29:29 +0000 (+0000) Subject: Fix for bug 101875: Put the product column before the component column rather than... X-Git-Tag: bugzilla-2.16rc1~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f776d905223f82fc06476fbedfd6e3c379e7ed;p=thirdparty%2Fbugzilla.git Fix for bug 101875: Put the product column before the component column rather than after. Patch by Paul Baker . Low risk, r=myk, no second review needed. --- diff --git a/colchange.cgi b/colchange.cgi index 456aeb499c..f965598850 100755 --- a/colchange.cgi +++ b/colchange.cgi @@ -39,7 +39,7 @@ GetVersionTable(); my @masterlist = ("opendate", "changeddate", "severity", "priority", "platform", "owner", "reporter", "status", "resolution", - "component", "product", "version", "os", "votes"); + "product", "component", "version", "os", "votes"); if (Param("usetargetmilestone")) { push(@masterlist, "target_milestone");