From f6c21b9250cb2daacacb0a5083f61167cc201e4e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 4 Dec 2007 19:21:17 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Limite=20fix=E9e=20=E0=20100=20par=20def?= =?UTF-8?q?aut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/conf/conf.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/conf/conf.class.php b/htdocs/conf/conf.class.php index 14fb78cc168..eed935b3771 100644 --- a/htdocs/conf/conf.class.php +++ b/htdocs/conf/conf.class.php @@ -411,7 +411,7 @@ class Conf $this->liste_limit=$this->global->MAIN_SIZE_LISTE_LIMIT; // $this->produit->limit_size = constante de taille maximale des select de produit - if (! isset($this->global->PRODUIT_LIMIT_SIZE)) $this->global->PRODUIT_LIMIT_SIZE=50; + if (! isset($this->global->PRODUIT_LIMIT_SIZE)) $this->global->PRODUIT_LIMIT_SIZE=100; $this->produit->limit_size=$this->global->PRODUIT_LIMIT_SIZE; // $this->theme et $this->css