mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Adjusted order by
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user