mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Lookup CQ zones in qrz/hamqth
This commit is contained in:
@@ -95,6 +95,7 @@ class Hamqth {
|
||||
$data['state'] = (string)$xml->search->us_state;
|
||||
$data['error'] = (string)$xml->session->error;
|
||||
$data['ituz'] = (string)$xml->search->itu;
|
||||
$data['cqz'] = (string)$xml->search->cq;
|
||||
|
||||
if ($xml->search->country == "United States") {
|
||||
$data['us_county'] = (string)$xml->search->us_county;
|
||||
@@ -114,6 +115,7 @@ class Hamqth {
|
||||
$data['state'] = '';
|
||||
$data['error'] = (string)$xml->session->error;
|
||||
$data['ituz'] = '';
|
||||
$data['cqz'] = '';
|
||||
|
||||
$data['us_county'] = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user