Fixing "used only once" errors flagged by tinderbox on the last checkin.

parent 218999dc
...@@ -32,6 +32,7 @@ sub bug_form_pl_sillyness { ...@@ -32,6 +32,7 @@ sub bug_form_pl_sillyness {
my $zz; my $zz;
$zz = %::FORM; $zz = %::FORM;
$zz = %::components; $zz = %::components;
$zz = %::proddesc;
$zz = %::prodmaxvotes; $zz = %::prodmaxvotes;
$zz = %::versions; $zz = %::versions;
$zz = @::legal_keywords; $zz = @::legal_keywords;
......
...@@ -33,6 +33,7 @@ require "CGI.pl"; ...@@ -33,6 +33,7 @@ require "CGI.pl";
sub sillyness { sub sillyness {
my $zz; my $zz;
$zz = $::buffer; $zz = $::buffer;
$zz = $::usergroupset;
$zz = %::COOKIE; $zz = %::COOKIE;
$zz = %::components; $zz = %::components;
$zz = %::versions; $zz = %::versions;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment