From fc6ab5630e445814dd39a37d70a2596d0f57bb97 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Tue, 27 May 2025 09:35:09 +0200 Subject: [PATCH] Added gridsquare --- application/models/Stats.php | 2 +- application/views/statistics/initialresult.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/application/models/Stats.php b/application/models/Stats.php index e04fb1aba..0cb47dc1e 100644 --- a/application/models/Stats.php +++ b/application/models/Stats.php @@ -929,7 +929,7 @@ return null; } - $sql = "select thcv.col_call, thcv.col_time_on, thcv.col_band, thcv.col_mode, thcv.col_submode, thcv.col_primary_key FROM ". $this->config->item('table_name') . " thcv"; + $sql = "select thcv.col_call, thcv.col_time_on, thcv.col_band, thcv.col_mode, thcv.col_submode, thcv.col_primary_key, thcv.col_vucc_grids, thcv.col_gridsquare FROM ". $this->config->item('table_name') . " thcv"; $sql .= " join (SELECT col_call, min(col_time_on) firstworked, col_band, min(col_primary_key) qsoid FROM ".$this->config->item('table_name'); diff --git a/application/views/statistics/initialresult.php b/application/views/statistics/initialresult.php index 97fb123f2..49dd7f168 100644 --- a/application/views/statistics/initialresult.php +++ b/application/views/statistics/initialresult.php @@ -17,6 +17,7 @@ if ($intials_array) {