Browse Source

Fix pre-loading worked calls for the bandmap

fix previous commit, which contained a mistake
(it's 30°C in here, so I blame the heat)
develop
Fabian Kurz 1 year ago
parent
commit
8b74e7559a
  1. 2
      yfksubs.pl

2
yfksubs.pl

@ -298,7 +298,7 @@ sub showdxc {
# fill array of worked calls
unless (keys %wkdcalls) {
# my @a = qw/dj1yfk/;
my @a = qw//; # calls that should always be checked - TBD
push @a, $mycall;
foreach (@a) {
my $q = $dbh->prepare("SELECT distinct `call` FROM log_$_;");

Loading…
Cancel
Save