From 27332c4ce5c733314300fc423519380de9b96ce0 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Tue, 11 May 1999 05:23:12 +0000 Subject: Allow querying by groupset (though there is no UI for it yet; can only use this by manually hacking the URL string.) --- buglist.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index 4727afca6..53026b7d6 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -236,7 +236,7 @@ if (defined $::FORM{'sql'}) { my @legal_fields = ("bug_id", "product", "version", "rep_platform", "op_sys", "bug_status", "resolution", "priority", "bug_severity", "assigned_to", "reporter", "component", - "target_milestone"); + "target_milestone", "groupset"); foreach my $field (keys %::FORM) { my $or = ""; -- cgit v1.2.3-24-g4f1b