mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixed typo
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user