X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fprefix.pl;h=b416bf4b004e4ef9c2552b980af572ae368f37f0;hb=78f7e0cc760aee1a38c38c83187fc050576dfb14;hp=df0f192c451632807d5bbbcb9ef7612ea2f3e40a;hpb=bbed459bfb3fdba0379fed67c324539338c84d0e;p=spider.git diff --git a/cmd/show/prefix.pl b/cmd/show/prefix.pl index df0f192c..b416bf4b 100644 --- a/cmd/show/prefix.pl +++ b/cmd/show/prefix.pl @@ -20,7 +20,7 @@ foreach $l (@list) { push @out, sprintf "%s DXCC: %d ITU: %d CQ: %d LL: %s %s (%s, %s)", uc $l, $a->dxcc, $a->itu, $a->cq, slat($a->lat), slong($a->long), $pre, $a->name; $l = " " x length $l; } - if ($ans[0]->state) { + if ($USDB::present && $ans[0]->state) { push @out, sprintf "%s City: %s State: %s", $l, join (' ', map {ucfirst} split(/\s+/, lc $ans[0]->city)), $ans[0]->state; } }