Removed Call-Filter for QRZ-API (has no Effect) and fixed analysis-View

This commit is contained in:
int2001
2023-12-08 09:07:14 +00:00
parent 6253c133fa
commit a2f6b9f09f
2 changed files with 38 additions and 26 deletions

View File

@@ -1754,7 +1754,7 @@ class Logbook_model extends CI_Model {
* Function returns all the station_id's with QRZ API Key's
*/
function get_qrz_apikeys() {
$sql = 'select distinct qrzapikey, station_callsign,user_id from station_profile
$sql = 'select distinct qrzapikey, user_id from station_profile
where coalesce(qrzapikey, "") <> "" order by qrzapikey, station_callsign';
$query = $this->db->query($sql);