Skip to content
Snippets Groups Projects
Commit e7f9b9bf authored by Frédéric France's avatar Frédéric France Committed by Laurent Destailleur
Browse files

Update /adherents/list.php

parent f6db1d5d
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ $pagenext = $page + 1;
if (! $sortorder) { $sortorder=($filter=='outofdate'?"ASC":"DESC"); }
if (! $sortfield) { $sortfield=($filter=='outofdate'?"d.datefin":"d.lastname"); }
if (GETPOST("button_removefilter"))
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{
$search="";
$search_ref="";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment