diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php index cae878829b71a..68062b895a092 100644 --- a/htdocs/adherents/list.php +++ b/htdocs/adherents/list.php @@ -43,7 +43,7 @@ $result=restrictedArea($user,'adherent'); $filter=GETPOST("filter",'alpha'); -$statut=GETPOST("statut",'alpha'); +$statut=GETPOST("statut",'intcomma'); $search=GETPOST("search",'alpha'); $search_ref=GETPOST("search_ref",'alpha'); $search_lastname=GETPOST("search_lastname",'alpha');