diff --git a/htdocs/adherents/liste.php b/htdocs/adherents/liste.php index 78f731d8295..8c1c36faf1e 100644 --- a/htdocs/adherents/liste.php +++ b/htdocs/adherents/liste.php @@ -208,7 +208,7 @@ if ($result) } print "\n"; - if ($num > $conf->liste_limite) + if ($num > $conf->liste_limit) { print ""; print_barre_liste($titre, $page, $_SERVER["PHP_SELF"], "&statut=$statut&sortorder=$sortorder&sortfield=$sortfield",$sortfield,$sortorder,'',$num);