Minor typos corrected
[spider.git] / cmd / dbshow.pl
index 10cce96071a593369f30f8da4715551ee671172d..503eafd1e1cefd572a757ea76ea7ef95c255a4b2 100644 (file)
@@ -41,11 +41,11 @@ foreach  $n (@db) {
                # local databases can chain to remote ones
                my $count;
                push @out, $db->print('pre');
-               push @out, "@f";
+#              push @out, "@f";
                for (@f) {
-                       push @out, $db->name . " $_";
-                       my $value = $db->getkey($_);
-                       push @out, $db->name . ": $_ : $value";
+#                      push @out, $db->name . " $_";
+                       my $value = $db->getkey($_) || "";
+                       push @out, $db->name . ": $_ :";
                        if ($value) {
                                push @out, split /\n/, $value;
                                $count++;