From: justdave%syndicomm.com <> Date: Wed, 4 Jul 2001 12:33:37 +0000 (+0000) Subject: Killing the "used only once" error that suddenly popped up out of nowhere on tinderbox. X-Git-Tag: bugzilla-2.14~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9ead7b9778b67cc02ef2b3df51d08a5f88d4d52;p=thirdparty%2Fbugzilla.git Killing the "used only once" error that suddenly popped up out of nowhere on tinderbox. --- diff --git a/importxml.pl b/importxml.pl index 730c5a39c0..e33051e533 100755 --- a/importxml.pl +++ b/importxml.pl @@ -70,6 +70,7 @@ ConnectToDatabase(); sub sillyness { my $zz; + $zz = $Data::Dumper::Useqq; $zz = %::components; $zz = %::versions; $zz = %::keywordsbyname;