diff --git a/application/models/Stationsetup_model.php b/application/models/Stationsetup_model.php index d2d3ce5c9..239dc2070 100644 --- a/application/models/Stationsetup_model.php +++ b/application/models/Stationsetup_model.php @@ -234,7 +234,7 @@ class Stationsetup_model extends CI_Model { } function list_all_locations() { - $sql = "select station_profile_name, station_gridsquare, station_city, station_iota, station_sota, station_callsign, station_power, station_dxcc, dxcc_entities.name as dxccname, dxcc_entities.prefix as dxccprefix, station_cnty, station_cq, station_itu, station_active, eqslqthnickname, state, county, station_sig, station_sig_info, qrzrealtime, station_wwff, station_pota, oqrs, oqrs_text, oqrs_email, webadifrealtime, clublogrealtime, clublogignore, hrdlogrealtime, creation_date, last_modified + $sql = "select station_profile.station_id, station_profile_name, station_gridsquare, station_city, station_iota, station_sota, station_callsign, station_power, station_dxcc, dxcc_entities.name as dxccname, dxcc_entities.prefix as dxccprefix, station_cnty, station_cq, station_itu, station_active, eqslqthnickname, state, county, station_sig, station_sig_info, qrzrealtime, station_wwff, station_pota, oqrs, oqrs_text, oqrs_email, webadifrealtime, clublogrealtime, clublogignore, hrdlogrealtime, creation_date, last_modified from station_profile join dxcc_entities on station_profile.station_dxcc = dxcc_entities.adif where user_id = ?"; diff --git a/application/views/stationsetup/locationlist.php b/application/views/stationsetup/locationlist.php index 89a3ae4e6..171379344 100644 --- a/application/views/stationsetup/locationlist.php +++ b/application/views/stationsetup/locationlist.php @@ -5,23 +5,23 @@
| Active | Name | +Callsign | Grid | City | +DXCC | IOTA | SOTA | -Callsign | Power | -DXCC | County | CQ Zone | ITU Zone | -Active | -eQSL Nick | State | County | SIG | SIG Info | +eQSL Nick | QRZ Live | WWFF | POTA | @@ -39,23 +39,23 @@|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| station_profile_name; ?> | +station_active ? 'Yes' : 'No' ?> | +station_profile_name; ?> | +station_callsign; ?> | station_gridsquare; ?> | station_city; ?> | +dxccname), "- (/") . ' (' . $loc->dxccprefix . ') '; ?> | station_iota; ?> | station_sota; ?> | -station_callsign; ?> | station_power; ?> | -dxccname . ' (' . $loc->dxccprefix . ') '; ?> | station_cnty; ?> | station_cq; ?> | station_itu; ?> | -station_active ? 'Yes' : 'No' ?> | -eqslqthnickname; ?> | state; ?> | county; ?> | station_sig; ?> | station_sig_info; ?> | +eqslqthnickname; ?> | qrzrealtime ? 'Yes' : 'No'; ?> | station_wwff); ?> | station_pota); ?> |