From 3113df653215002be1c5c5dd493e78a0f66796ce Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 10 Jul 2003 12:59:59 +0000 Subject: [PATCH] modif limite_liste --- htdocs/user.class.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user.class.php3 b/htdocs/user.class.php3 index 80c753357b8..c38ca911d8c 100644 --- a/htdocs/user.class.php3 +++ b/htdocs/user.class.php3 @@ -46,7 +46,7 @@ class User { $this->id = $id; $this->comm = 0; $this->compta = 0; - $this->limite_liste = 20; + $this->limite_liste = 0; return 1; }