From 332f59f71219233a2ce7da7b676af55becad5a66 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sat, 2 Aug 2025 11:15:46 +0100 Subject: [PATCH] Update Stations.php --- application/models/Stations.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/models/Stations.php b/application/models/Stations.php index c2ef7388..f1447b9a 100644 --- a/application/models/Stations.php +++ b/application/models/Stations.php @@ -138,6 +138,8 @@ class Stations extends CI_Model { log_message('error', 'State value: ' . $state); } + log_message('error', 'State value: ' . $this->input->post('station_state', true)); + $data = array( 'station_profile_name' => xss_clean($this->input->post('station_profile_name', true)), 'station_gridsquare' => xss_clean($this->input->post('gridsquare', true)),