X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fnode.pl;h=4434b690a48297087bf07954ebcb216428135a87;hb=057580c6b9b77fece532a02d3df7b5a5b1af1054;hp=f8e711776d9c3ef4afdb017231593d8113641979;hpb=56fd7417545aa9de3101434bc88156b5eebb37ab;p=spider.git 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; }