mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixed #1711 removing start date gives coherent results now
This commit is contained in:
@@ -894,7 +894,7 @@ SELECT
|
||||
|
||||
$i++;
|
||||
|
||||
if ($i < $first_line or $i > $last_line)
|
||||
if ($i <= $first_line and $i >= $last_line)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user