From c6f80310afc00cf7d5114e638cbaaefde3914da0 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Fri, 8 Oct 1999 06:54:47 +0000 Subject: Added the ability for users to "vote" on which bugs they think should be fixed. --- colchange.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colchange.cgi') diff --git a/colchange.cgi b/colchange.cgi index 2dd1b350b..eb3eafd39 100755 --- a/colchange.cgi +++ b/colchange.cgi @@ -31,7 +31,7 @@ print "Content-type: text/html\n"; my @masterlist = ("opendate", "changeddate", "severity", "priority", "platform", "owner", "reporter", "status", "resolution", - "component", "product", "version", "project", "os"); + "component", "product", "version", "project", "os", "votes"); if (Param("usetargetmilestone")) { push(@masterlist, "target_milestone"); -- cgit v1.2.3-24-g4f1b