Removed typo

This commit is contained in:
int2001
2024-09-20 16:26:15 +00:00
parent 8195325cdd
commit 3159bea404

View File

@@ -730,7 +730,7 @@ class API extends CI_Controller {
$return['us_county'] = $call_lookup_results->COL_CNTY;
$return['dxcc_id'] = $call_lookup_results->COL_DXCC;
$return['cont'] = $call_lookup_results->COL_CONT;
$return['wworked_before'] = true;
$return['workedBefore'] = true;
if ($return['gridsquare'] != "") {
$return['latlng'] = $this->qralatlng($return['gridsquare']);