fixed #1711 removing start date gives coherent results now

This commit is contained in:
Matthieu Leproux
2022-09-28 12:52:29 +02:00
parent 4a441bee1f
commit f4bb3894da
+1 -1
View File
@@ -894,7 +894,7 @@ SELECT
$i++;
if ($i < $first_line or $i > $last_line)
if ($i <= $first_line and $i >= $last_line)
{
continue;
}