mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
We need to start with an empty array
This commit is contained in:
@@ -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]));
|
||||
|
||||
Reference in New Issue
Block a user