]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixing "used only once" errors flagged by tinderbox on the last checkin.
authorjustdave%syndicomm.com <>
Wed, 27 Jun 2001 09:31:54 +0000 (09:31 +0000)
committerjustdave%syndicomm.com <>
Wed, 27 Jun 2001 09:31:54 +0000 (09:31 +0000)
bug_form.pl
post_bug.cgi

index 8e5d251ae481956fa5557a83c649dbd18cb7a775..139e2fcf4d679df799697932933fb4615165d68d 100644 (file)
@@ -32,6 +32,7 @@ sub bug_form_pl_sillyness {
     my $zz;
     $zz = %::FORM;
     $zz = %::components;
+    $zz = %::proddesc;
     $zz = %::prodmaxvotes;
     $zz = %::versions;
     $zz = @::legal_keywords;
index e8369089797db8811b82801f4b5b9b03f4972a0e..f1a3e6443c150feef23f70410fb5386f39e42126 100755 (executable)
@@ -33,6 +33,7 @@ require "CGI.pl";
 sub sillyness {
     my $zz;
     $zz = $::buffer;
+    $zz = $::usergroupset;
     $zz = %::COOKIE;
     $zz = %::components;
     $zz = %::versions;