From f6b5ad0c029c480f9f12077364c4f82795ac5c32 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 1 Jul 2006 00:04:12 +0000 Subject: [PATCH] Fix: On affiche lien bas que si plusieurs page --- htdocs/product/liste.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index 3ca47612df1..3995c082d5c 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -262,7 +262,7 @@ if ($resql) $i++; } - if ($num) + if ($num > $conf->liste_limit) { if ($sref || $snom || $_POST["sall"] || $_POST["search"]) {