From: bbaetz%student.usyd.edu.au <> Date: Fri, 1 Feb 2002 07:46:51 +0000 (+0000) Subject: Fix up "used only once" warning from kiko's checkin. X-Git-Tag: bugzilla-2.16rc1~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90e939552558efba046fc89c08eb4cc234d47f2a;p=thirdparty%2Fbugzilla.git Fix up "used only once" warning from kiko's checkin. r=kiko x 2. --- diff --git a/colchange.cgi b/colchange.cgi index 2125b75429..5d3222afcb 100755 --- a/colchange.cgi +++ b/colchange.cgi @@ -27,6 +27,7 @@ use lib qw(.); sub sillyness { # shut up "used only once" warnings my $zz = @::legal_keywords; + $zz = $::buffer; } require "CGI.pl";