From df295d73a786e845df506ef027c6eec975307a63 Mon Sep 17 00:00:00 2001 From: int2001 Date: Fri, 6 Sep 2024 14:43:23 +0000 Subject: [PATCH] Fixed typo --- application/models/Itu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Itu.php b/application/models/Itu.php index 056c67231..09c05016a 100644 --- a/application/models/Itu.php +++ b/application/models/Itu.php @@ -157,7 +157,7 @@ class Itu extends CI_Model{ $sql .= " where station_id in (" . $location_list . ') and col_ituz <= 90 and col_ituz > 0'; if ($band == 'SAT') { - $sql .= " and thcv.col_prop_mode ?"; + $sql .= " and thcv.col_prop_mode = ?"; $bindings[]=$band; } else if ($band == 'All') { $this->load->model('bands');