kopia lustrzana https://github.com/magicbug/Cloudlog
LoTW users info for timeline QSOs
rodzic
d51c24adb1
commit
95084142b0
|
@ -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') {
|
||||
|
|
Ładowanie…
Reference in New Issue