mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Removed 15 QSO limit on satellite confirmed on LOTW ADIF
This commit is contained in:
@@ -63,7 +63,6 @@ class adif_data extends CI_Model {
|
||||
|
||||
|
||||
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
|
||||
$this->db->limit(15);
|
||||
|
||||
return $this->db->get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user