fix show/node type
authorDirk Koopman <djk@tobit.co.uk>
Thu, 20 Jan 2022 19:03:31 +0000 (19:03 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 20 Jan 2022 19:03:31 +0000 (19:03 +0000)
cmd/show/node.pl

index f8e711776d9c3ef4afdb017231593d8113641979..4434b690a48297087bf07954ebcb216428135a87 100644 (file)
@@ -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;
                        }