diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 191011dc..7dcfa7bf 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -1755,7 +1755,7 @@ class Logbook_model extends CI_Model { */ function get_qrz_apikeys() { $sql = 'select distinct qrzapikey, user_id from station_profile - where coalesce(qrzapikey, "") <> "" order by qrzapikey, station_callsign'; + where coalesce(qrzapikey, "") <> "" order by qrzapikey'; $query = $this->db->query($sql);