kopia lustrzana https://github.com/magicbug/Cloudlog
Removed 15 QSO limit on satellite confirmed on LOTW ADIF
rodzic
6bc90c8dc6
commit
9b1385f82f
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue