Fixed typo

This commit is contained in:
int2001
2024-09-06 14:43:23 +00:00
parent 42e2ad71cd
commit df295d73a7

View File

@@ -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');