Fetch email from callbook / last QSOs

This commit is contained in:
phl0
2024-11-21 15:58:51 +01:00
parent 1f527771d3
commit 99fef495ce
5 changed files with 29 additions and 0 deletions

View File

@@ -96,6 +96,8 @@ class Qrz {
$data['name'] = (string)$xml->Callsign->fname;
}
$data['email'] = (string)$xml->Callsign->email;
// we always give back the name, no matter if reduced data or not
$data['name'] = trim($data['name']);