From: justdave%syndicomm.com <> Date: Thu, 21 Jun 2001 09:42:41 +0000 (+0000) Subject: Fix for "used only once" error reported by tinderbox after the last checkin. (Aaargh!) X-Git-Tag: bugzilla-2.14~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f4abd291a30ca64260d69c364f92112a54c321e;p=thirdparty%2Fbugzilla.git Fix for "used only once" error reported by tinderbox after the last checkin. (Aaargh!) --- diff --git a/buglist.cgi b/buglist.cgi index 98bb93484f..58279a1c70 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -34,6 +34,7 @@ use Date::Parse; sub sillyness { my $zz; + $zz = $::db_name; $zz = $::defaultqueryname; $zz = $::unconfirmedstate; $zz = @::components;