diff options
Diffstat (limited to 'bug_form.pl')
-rw-r--r-- | bug_form.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bug_form.pl b/bug_form.pl index 8e5d251ae..139e2fcf4 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -32,6 +32,7 @@ sub bug_form_pl_sillyness { my $zz; $zz = %::FORM; $zz = %::components; + $zz = %::proddesc; $zz = %::prodmaxvotes; $zz = %::versions; $zz = @::legal_keywords; |