modif limite_liste

This commit is contained in:
Rodolphe Quiedeville 2003-07-10 12:59:59 +00:00
parent b7fc7b5371
commit 3113df6532

View File

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