DoubleTap

This commit is contained in:
int2001
2024-12-11 18:02:26 +00:00
parent d236036cc3
commit fda8c08d4c

View File

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