diff options
author | myk%mozilla.org <> | 2002-11-19 10:14:49 +0100 |
---|---|---|
committer | myk%mozilla.org <> | 2002-11-19 10:14:49 +0100 |
commit | e008d25513ff2d4c16c4aa49f48bfe188f9759ba (patch) | |
tree | ebeb0cfc175fb7f99bfe4ccab2ea46ec8e735a9c /attachment.cgi | |
parent | 880bfcebabf4e079e30f8cb1c9ddb03e2ab366e0 (diff) | |
download | bugzilla-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-x | attachment.cgi | 1 |
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'}; |