DXCC-Lookup (API) accidently overwrites DXCC with previous QSOs

This commit is contained in:
int2001
2026-02-18 18:46:46 +00:00
parent 54b5fbbe51
commit 4e9faddcfb

View File

@@ -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'] != "") {