From: justdave%syndicomm.com <> Date: Wed, 27 Jun 2001 09:31:54 +0000 (+0000) Subject: Fixing "used only once" errors flagged by tinderbox on the last checkin. X-Git-Tag: bugzilla-2.14~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fa1d7e89daaeb43b0827a8474fd0aca44e86042;p=thirdparty%2Fbugzilla.git Fixing "used only once" errors flagged by tinderbox on the last checkin. --- diff --git a/bug_form.pl b/bug_form.pl index 8e5d251ae4..139e2fcf4d 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; diff --git a/post_bug.cgi b/post_bug.cgi index e836908979..f1a3e6443c 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -33,6 +33,7 @@ require "CGI.pl"; sub sillyness { my $zz; $zz = $::buffer; + $zz = $::usergroupset; $zz = %::COOKIE; $zz = %::components; $zz = %::versions;