diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php index cf2a97581c5..61e77900f0e 100644 --- a/htdocs/fourn/index.php +++ b/htdocs/fourn/index.php @@ -136,7 +136,7 @@ if ($socname) { $sortorder = "ASC"; } -$sql .= " ORDER BY $sortfield $sortorder " . $db->plimit($conf->liste_limit, $offset); +$sql .= " ORDER BY $sortfield $sortorder " . $db->plimit($conf->liste_limit+1, $offset); $result = $db->query($sql); if ($result) @@ -157,21 +157,18 @@ if ($result) print '
