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])); 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"