From 3a060023bc97a4201104f66e93160b1569028e59 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Fri, 20 Mar 2026 11:46:24 +0100 Subject: [PATCH] Removed code that didn't make sense --- application/models/Logbookadvanced_model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/models/Logbookadvanced_model.php b/application/models/Logbookadvanced_model.php index a9ee09a45..cf6902a8c 100644 --- a/application/models/Logbookadvanced_model.php +++ b/application/models/Logbookadvanced_model.php @@ -1191,7 +1191,6 @@ class Logbookadvanced_model extends CI_Model { if ($value == '') return; - $value2 == '' ? '' : $value2; $sql = "UPDATE ".$this->config->item('table_name')." JOIN station_profile ON ". $this->config->item('table_name').".station_id = station_profile.station_id" . " SET " . $this->config->item('table_name').".COL_FREQ = ?" . ", " . $this->config->item('table_name').".COL_FREQ_RX = ?" .