mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
get_contacts_adif: Order only by PK / tnx DB4SCW
This commit is contained in:
@@ -267,7 +267,6 @@ class adif_data extends CI_Model {
|
||||
// Add chunking
|
||||
$this->db->limit($chunk_size, $offset);
|
||||
|
||||
$this->db->order_by($this->config->item('table_name').".COL_TIME_ON", "ASC");
|
||||
$this->db->order_by("COL_PRIMARY_KEY", "ASC");
|
||||
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
|
||||
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif', 'left outer');
|
||||
|
||||
Reference in New Issue
Block a user