mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fetch email from callbook / last QSOs
This commit is contained in:
@@ -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']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user