mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
DoubleTap
This commit is contained in:
@@ -3552,7 +3552,7 @@ class Logbook_model extends CI_Model {
|
||||
$binding[] = $mode;
|
||||
|
||||
|
||||
if (isset($station_ids)) {
|
||||
if ((isset($station_ids)) && (($station_ids ?? '') != '')) {
|
||||
$sql .= ' AND station_id IN (' . $station_ids . ')';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user