We need to start with an empty array

This commit is contained in:
phl0
2024-07-30 22:38:39 +02:00
parent 40030dd346
commit 7663c45679

View File

@@ -5002,6 +5002,7 @@ function lotw_last_qsl_date($user_id) {
$stn_loc = $this->qra->qra2latlong($row->COL_GRIDSQUARE);
} elseif ($row->COL_VUCC_GRIDS != null) {
$coords = array();
$grids = explode(",", $row->COL_VUCC_GRIDS);
if (count($grids) == 2) {
$grid1 = $this->qra->qra2latlong(trim($grids[0]));