modif gestion limite_liste

This commit is contained in:
Rodolphe Quiedeville 2003-07-10 13:00:16 +00:00
parent 3113df6532
commit 9268151af3

View File

@ -151,7 +151,7 @@ else
$conf->liste_limit=20;
}
if ($user->limite_liste <> $conf->liste_limit)
if ($user->limite_liste > 0)
{
$conf->liste_limit = $user->limite_liste;
}