2 parents 001a6b0 + 8353830 commit 108de96Copy full SHA for 108de96
1 file changed
api/search.php
@@ -146,7 +146,7 @@ function assertNumeric($var, $name): void {
146
$timequery[] = "(start >= 720 AND start < 1020)";
147
}
148
if (in_array("even", $times)) {
149
- $timequery[] = "(start > 1020)";
+ $timequery[] = "(start >= 1020)";
150
151
$timeConstraints[] = "(" . implode(" OR ", $timequery) . ")"; // Make it a single string (condition OR condition ...)
152
0 commit comments