From e008d25513ff2d4c16c4aa49f48bfe188f9759ba Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Tue, 19 Nov 2002 09:14:49 +0000 Subject: Fix for bug 179876: Labels the "Requestee" field to reduce confusion about its purpose. r=bbaetz a=myk --- bug_form.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index 027b14e77..c620f03fd 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -217,6 +217,7 @@ sub show_bug { 'target_type' => 'bug' }); } $vars->{'flag_types'} = $flag_types; + $vars->{'any_flags_requesteeble'} = grep($_->{'is_requesteeble'}, @$flag_types); # The number of types of flags that can be set on attachments to this bug # and the number of flags on those attachments. One of these counts must be -- cgit v1.2.3-24-g4f1b