summaryrefslogtreecommitdiffstats
path: root/attachment.cgi
diff options
context:
space:
mode:
authormyk%mozilla.org <>2002-11-19 10:14:49 +0100
committermyk%mozilla.org <>2002-11-19 10:14:49 +0100
commite008d25513ff2d4c16c4aa49f48bfe188f9759ba (patch)
treeebeb0cfc175fb7f99bfe4ccab2ea46ec8e735a9c /attachment.cgi
parent880bfcebabf4e079e30f8cb1c9ddb03e2ab366e0 (diff)
downloadbugzilla-e008d25513ff2d4c16c4aa49f48bfe188f9759ba.tar.gz
bugzilla-e008d25513ff2d4c16c4aa49f48bfe188f9759ba.tar.xz
Fix for bug 179876: Labels the "Requestee" field to reduce confusion about its purpose.
r=bbaetz a=myk
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-xattachment.cgi1
1 files changed, 1 insertions, 0 deletions
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'};