From: Dirk Koopman Date: Thu, 20 Jan 2022 19:03:31 +0000 (+0000) Subject: fix show/node type X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=057580c6b9b77fece532a02d3df7b5a5b1af1054 fix show/node type --- diff --git a/cmd/show/node.pl b/cmd/show/node.pl index f8e71177..4434b690 100644 --- a/cmd/show/node.pl +++ b/cmd/show/node.pl @@ -28,7 +28,7 @@ if (@call == 0) { shift @call; my ($action, $key, $data) = (0,0,0); for ($action = DXUser::R_FIRST, $count = 0; !$DXUser::dbm->seq($key, $data, $action); $action = DXUser::R_NEXT) { - if (iscallsign($key)) { + if (is_callsign($key)) { if ($data =~ /"sort":"[ACRSX]"/) { push @call, $key; }