mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Re-added a missing where-statement
This commit is contained in:
parent
cc606f12cc
commit
27bd6bc2c0
1 changed files with 2 additions and 0 deletions
|
|
@ -286,6 +286,8 @@ class Logbook_model extends CI_Model {
|
|||
break;
|
||||
}
|
||||
|
||||
$this->db->where_in('station_id', $logbooks_locations_array);
|
||||
|
||||
if ($band != 'All') {
|
||||
if($band != "SAT") {
|
||||
$this->db->where('COL_PROP_MODE !=', 'SAT');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue