]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for "used only once" error reported by tinderbox after the last checkin. (Aaargh!)
authorjustdave%syndicomm.com <>
Thu, 21 Jun 2001 09:42:41 +0000 (09:42 +0000)
committerjustdave%syndicomm.com <>
Thu, 21 Jun 2001 09:42:41 +0000 (09:42 +0000)
buglist.cgi

index 98bb93484fb5b9e426bdbe228c8f6fd1abc0f2f3..58279a1c70249923a064498809931d41c2851400 100755 (executable)
@@ -34,6 +34,7 @@ use Date::Parse;
 
 sub sillyness {
     my $zz;
+    $zz = $::db_name;
     $zz = $::defaultqueryname;
     $zz = $::unconfirmedstate;
     $zz = @::components;