Removed 15 QSO limit on satellite confirmed on LOTW ADIF

This commit is contained in:
Anthony Di Iorio
2020-04-13 16:39:36 -04:00
parent 6bc90c8dc6
commit 9b1385f82f

View File

@@ -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();
}