]> git.donarmstrong.com Git - debbugs.git/blobdiff - debbugs-dump
[project @ 2000-03-23 05:05:51 by gecko]
[debbugs.git] / debbugs-dump
index 3da3f405500419dfc2f2003cc9598bd6bc7d33b9..d562d60287fda64be9af4446d148bbdf9feeb1bc 100755 (executable)
@@ -60,12 +60,12 @@ print "D1: config file=$config\n" if $Globals{ 'debug' };
 Debbugs::DBase::ReadRecord( "59999" );
 foreach my $key ( keys( %Record ) )
 {
-    print "Key= $key   Value = ". $Record{ "$key" } . "\n";
#   print "Key= $key   Value = ". $Record{ "$key" } . "\n";
 }
 Debbugs::DBase::ReadRecord( "60000" );
 foreach my $key ( keys( %Record ) )
 {
-    print "Key= $key   Value = ". $Record{ "$key" } . "\n";
+#    print "Key= $key   Value = ". $Record{ "$key" } . "\n";
 }