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; }