From 7663c45679cf19ce4c7739597b3da5090bd479d9 Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 30 Jul 2024 22:38:39 +0200 Subject: [PATCH 1/2] We need to start with an empty array --- application/models/Logbook_model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index ce58c668e..71b17e0d3 100644 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -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])); From 1273ffc9e1d39a894623437ab6e40330c11dbd12 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 31 Jul 2024 05:58:17 +0000 Subject: [PATCH 2/2] po/mo updates --- assets/lang_src/messages.pot | 2 +- install/includes/gettext/lang_src/installer.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/lang_src/messages.pot b/assets/lang_src/messages.pot index c30bfee6d..efa07a42a 100644 --- a/assets/lang_src/messages.pot +++ b/assets/lang_src/messages.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-31 04:20+0000\n" +"POT-Creation-Date: 2024-07-31 05:58+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/install/includes/gettext/lang_src/installer.pot b/install/includes/gettext/lang_src/installer.pot index 632504a32..77e2b03c2 100644 --- a/install/includes/gettext/lang_src/installer.pot +++ b/install/includes/gettext/lang_src/installer.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-31 04:20+0000\n" +"POT-Creation-Date: 2024-07-31 05:58+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"