From 3fa1d7e89daaeb43b0827a8474fd0aca44e86042 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Wed, 27 Jun 2001 09:31:54 +0000 Subject: Fixing "used only once" errors flagged by tinderbox on the last checkin. --- post_bug.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'post_bug.cgi') diff --git a/post_bug.cgi b/post_bug.cgi index e83690897..f1a3e6443 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; -- cgit v1.2.3-24-g4f1b