Allow for multiple orbits to be selected on ant analysis

This commit is contained in:
phl0
2025-07-02 16:53:35 +02:00
parent 075e45de80
commit 0593ffa172
5 changed files with 17 additions and 3 deletions

View File

@@ -865,7 +865,7 @@
}
if ($orbit !== 'All' && $orbit !== '') {
$conditions[] = "orbit = ?";
$conditions[] = "orbit in ?";
$binding[] = $orbit;
}