LoTW users info for timeline QSOs

pull/2213/head
phl0 2023-06-19 13:21:15 +02:00
rodzic d51c24adb1
commit 95084142b0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 48EA1E640798CA9A
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -218,6 +218,7 @@ class Timeline_model extends CI_Model
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->join('dxcc_entities', 'dxcc_entities.adif = '.$this->config->item('table_name').'.COL_DXCC');
$this->db->join('lotw_users', 'lotw_users.callsign = '.$this->config->item('table_name').'.col_call', 'left outer');
if ($band != 'All') {
if ($band == 'SAT') {