mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Allow for multiple orbits to be selected on ant analysis
This commit is contained in:
@@ -865,7 +865,7 @@
|
||||
}
|
||||
|
||||
if ($orbit !== 'All' && $orbit !== '') {
|
||||
$conditions[] = "orbit = ?";
|
||||
$conditions[] = "orbit in ?";
|
||||
$binding[] = $orbit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user