make rej/wwv and rej/wcy work
authorminima <minima>
Mon, 27 Aug 2001 21:40:23 +0000 (21:40 +0000)
committerminima <minima>
Mon, 27 Aug 2001 21:40:23 +0000 (21:40 +0000)
Changes
cmd/reject/wcy.pl
cmd/reject/wwv.pl

diff --git a/Changes b/Changes
index 3b4d5d576cf40430b506b37af228ffa16f792d20..cf8907bd25d8d63e9886bed211bbe9de3fff18d6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+27Aug01=======================================================================
+1. make rej/wwv and rej/wcy work
 26Aug01=======================================================================
 1. make all newly learned nodes locked out by default.
 2. add lock_nodes.pl which locks out all the nodes in the user file whose
index a57d02c4e844210f511db40a3c10c6779393311c..85ecf3b05a363fb3414a71584d881f0f1bd187d9 100644 (file)
@@ -8,7 +8,7 @@
 
 my ($self, $line) = @_;
 my $type = 'reject';
-my $sort  = 'ann';
+my $sort  = 'wcy';
 
 my ($r, $filter, $fno) = $WCY::filterdef->cmd($self, $sort, $type, $line);
 return (0, $r ? $filter : $self->msg('filter1', $fno, $filter->{name})); 
index 2af46847b37ec1e1ba3818a3202bf8fa0b75d9bf..baee52fc5c098104e7490047de4e907c72a6edb3 100644 (file)
@@ -8,7 +8,7 @@
 
 my ($self, $line) = @_;
 my $type = 'reject';
-my $sort  = 'ann';
+my $sort  = 'wwv';
 
 my ($r, $filter, $fno) = $Geomag::filterdef->cmd($self, $sort, $type, $line);
 return (0, $r ? $filter : $self->msg('filter1', $fno, $filter->{name}));