add country names to the end of the Ve7cc dx spots string
[spider.git] / perl / Prefix.pm
index 48206cea6b4cce0a861b4dcc775b3e5789bdefa8..9ec6edda05a51e055e8d7e710e8f9fac7f5d3dbf 100644 (file)
@@ -481,7 +481,7 @@ sub cty_data
        
        my @dxcc = extract($call);
        if (@dxcc) {
-               return ($dxcc[1]->dxcc, $dxcc[1]->itu, $dxcc[1]->cq, ($dxcc[1]->state||''), ($dxcc[1]->city||''));
+               return ($dxcc[1]->dxcc, $dxcc[1]->itu, $dxcc[1]->cq, ($dxcc[1]->state||''), ($dxcc[1]->city||''), ($dxcc[1]->name||''));
        }
        return (666,0,0,'','');         
 }