From: minima Date: Mon, 6 Dec 2004 15:21:59 +0000 (+0000) Subject: fix problem with sh/mydx and no spotfilter X-Git-Tag: R_1_52~259 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=d90ff9fe9682961939e823a0a0cf171e208be58b;p=spider.git fix problem with sh/mydx and no spotfilter --- diff --git a/Changes b/Changes index 31ff4dd9..5d95a999 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +06Dec04======================================================================= +1. fix show/mydx if there is no defined spotfilter 07Oct04======================================================================= 1. added the ability for people to import chat from external programs. create a directory called /spider/chat_import, make sure it is writable diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index ecb5dddc..daf77a3d 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -86,7 +86,7 @@ while ($f = shift @list) { # next field next; } if (lc $f =~ /^filt/) { - $dofilter = 1; + $dofilter = 1 if $self->{spotfilter}; next; } if (lc $f eq 'qsl') {