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

(GETPOST("button_removefilter_x") || GETPOST("button_removefilter"))

if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
parent 652b0f84
Branches
Tags
No related merge requests found
...@@ -70,7 +70,7 @@ $limit = $conf->liste_limit; ...@@ -70,7 +70,7 @@ $limit = $conf->liste_limit;
$viewstatut=GETPOST('viewstatut'); $viewstatut=GETPOST('viewstatut');
// Purge search criteria // Purge search criteria
if (GETPOST("button_removefilter")) if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{ {
$search_categ=''; $search_categ='';
$search_user=''; $search_user='';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment