mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Typo
This commit is contained in:
@@ -99,7 +99,7 @@ class Wac extends CI_Model{
|
||||
where station_id in (" . $location_list .
|
||||
") and col_cont = thcv.col_cont and col_cont <> '' ";
|
||||
|
||||
$sql .= $this->genfunctions->addBandToQuery($band,$bindings);
|
||||
$sql .= $this->genfunctions->addBandToQuery($band);
|
||||
if ($band == 'SAT') {
|
||||
if ($postdata['sat'] != 'All') {
|
||||
$sql .= " and col_sat_name = ?";
|
||||
|
||||
Reference in New Issue
Block a user