fix problem with sh/mydx and no spotfilter
authorminima <minima>
Mon, 6 Dec 2004 15:21:59 +0000 (15:21 +0000)
committerminima <minima>
Mon, 6 Dec 2004 15:21:59 +0000 (15:21 +0000)
Changes
cmd/show/dx.pl

diff --git a/Changes b/Changes
index 31ff4dd95fc7c4db5d6862e73494b61e2e377d60..5d95a999bfebc38afcb4ec9bd2bc7a27ebc8e7a2 100644 (file)
--- 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
index ecb5dddc3dc8a36ba34750b0f52b5f1a2f94bf39..daf77a3d87dd0a7a3f13113f78185048db17ed19 100644 (file)
@@ -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') {