]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix up "used only once" warning from kiko's checkin.
authorbbaetz%student.usyd.edu.au <>
Fri, 1 Feb 2002 07:46:51 +0000 (07:46 +0000)
committerbbaetz%student.usyd.edu.au <>
Fri, 1 Feb 2002 07:46:51 +0000 (07:46 +0000)
r=kiko x 2.

colchange.cgi

index 2125b75429fc61f54254d1950963d87ccf996491..5d3222afcb9efebcba0a578c6e46707fbcd25317 100755 (executable)
@@ -27,6 +27,7 @@ use lib qw(.);
 
 sub sillyness { # shut up "used only once" warnings
   my $zz = @::legal_keywords;
+  $zz = $::buffer;
 }
 
 require "CGI.pl";