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 --- attachment.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'attachment.cgi') diff --git a/attachment.cgi b/attachment.cgi index 4c5737156..6e925e69a 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -563,6 +563,7 @@ sub edit 'attach_id' => $::FORM{'id'} }); } $vars->{'flag_types'} = $flag_types; + $vars->{'any_flags_requesteeble'} = grep($_->{'is_requesteeble'}, @$flag_types); # Define the variables and functions that will be passed to the UI template. $vars->{'attachid'} = $::FORM{'id'}; -- cgit v1.2.3-24-g4f1b