modif gestion limite_liste
This commit is contained in:
parent
3113df6532
commit
9268151af3
@ -151,7 +151,7 @@ else
|
|||||||
$conf->liste_limit=20;
|
$conf->liste_limit=20;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($user->limite_liste <> $conf->liste_limit)
|
if ($user->limite_liste > 0)
|
||||||
{
|
{
|
||||||
$conf->liste_limit = $user->limite_liste;
|
$conf->liste_limit = $user->limite_liste;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user