back fix spots
[spider.git] / cmd / show / dx.pl
index 0961711347d7fd14f8650deeb3531a0d0c8af627..bfeabf4c7216479b7052f3e28c068e58ff1f40df 100644 (file)
@@ -246,7 +246,7 @@ if ($doqra) {
 #print "expr: $expr from: $from to: $to fromday: $fromday today: $today\n";
   
 # now do the search
-my @res = Spot::search($expr, $fromday, $today, $from, $to, $hint, $dofilter);
+my @res = Spot::search($expr, $fromday, $today, $from, $to, $hint, $dofilter ? $self : undef);
 my $ref;
 my @dx;
 foreach $ref (@res) {