]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 101875: Put the product column before the component column rather than...
authormyk%mozilla.org <>
Tue, 27 Nov 2001 07:29:29 +0000 (07:29 +0000)
committermyk%mozilla.org <>
Tue, 27 Nov 2001 07:29:29 +0000 (07:29 +0000)
Patch by Paul Baker <pbaker@where2getit.com>.
Low risk, r=myk, no second review needed.

colchange.cgi

index 456aeb499cbd529d538d8143738b6c84fda3ec54..f96559885096d1cbe9a0e7ce109e8c70efec10ab 100755 (executable)
@@ -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");