Merge pull request #2595 from int2001/station_prof

pull/2596/head
Andreas Kristiansen 2023-10-19 09:19:05 +02:00 zatwierdzone przez GitHub
commit b5e3203fbc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -138,7 +138,7 @@ class QSO
}
$this->qsoDateTime = date($custom_date_format . " H:i", strtotime($data['COL_TIME_ON']));
$this->de = $data['COL_STATION_CALLSIGN'];
$this->de = $data['station_callsign'];
$this->dx = $data['COL_CALL'];
$this->mode = $data['COL_MODE'] ?? '';