mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
HamQTH Lookup for search
This commit is contained in:
@@ -71,7 +71,7 @@ class Hamqth {
|
||||
|
||||
// Create XML object
|
||||
$xml = simplexml_load_string($xml);
|
||||
if (empty($xml)) return;
|
||||
if (!empty($xml->session->error)) return $data['error'] = $xml->session->error;
|
||||
|
||||
// Return Required Fields
|
||||
$data['callsign'] = (string)$xml->search->callsign;
|
||||
|
||||
Reference in New Issue
Block a user