mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Adjusted order by
This commit is contained in:
parent
a2f6b9f09f
commit
de75e9bd04
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue