Removed 15 QSO limit on satellite confirmed on LOTW ADIF

pull/462/head
Anthony Di Iorio 2020-04-13 16:39:36 -04:00
rodzic 6bc90c8dc6
commit 9b1385f82f
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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