mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
DXCC-Lookup (API) accidently overwrites DXCC with previous QSOs
This commit is contained in:
@@ -1146,8 +1146,6 @@ class API extends CI_Controller {
|
||||
$return['qsl_manager'] = $call_lookup_results->COL_QSL_VIA;
|
||||
$return['state'] = $call_lookup_results->COL_STATE;
|
||||
$return['us_county'] = $call_lookup_results->COL_CNTY;
|
||||
$return['dxcc_id'] = $call_lookup_results->COL_DXCC;
|
||||
$return['cont'] = $call_lookup_results->COL_CONT;
|
||||
$return['workedBefore'] = true;
|
||||
|
||||
if ($return['gridsquare'] != "") {
|
||||
|
||||
Reference in New Issue
Block a user