Skip to content

Commit 7ade4e3

Browse files
committed
1 parent 6b3e5e2 commit 7ade4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: htdocs/adherents/list.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
$result=restrictedArea($user,'adherent');
4444

4545
$filter=GETPOST("filter",'alpha');
46-
$statut=GETPOST("statut",'alpha');
46+
$statut=GETPOST("statut",'intcomma');
4747
$search=GETPOST("search",'alpha');
4848
$search_ref=GETPOST("search_ref",'alpha');
4949
$search_lastname=GETPOST("search_lastname",'alpha');

0 commit comments

Comments
 (0)