]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Killing the "used only once" error that suddenly popped up out of nowhere on tinderbox.
authorjustdave%syndicomm.com <>
Wed, 4 Jul 2001 12:33:37 +0000 (12:33 +0000)
committerjustdave%syndicomm.com <>
Wed, 4 Jul 2001 12:33:37 +0000 (12:33 +0000)
importxml.pl

index 730c5a39c03164b5288fceaf49e7025cbeedb3e1..e33051e533ba36d0bab56ef3101ab92ba31e1e00 100755 (executable)
@@ -70,6 +70,7 @@ ConnectToDatabase();
 
 sub sillyness {
     my $zz;
+    $zz = $Data::Dumper::Useqq;
     $zz = %::components;
     $zz = %::versions;
     $zz = %::keywordsbyname;