(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
This commit is contained in:
Frédéric FRANCE 2014-11-23 01:21:51 +01:00 committed by Laurent Destailleur
parent 652b0f84a7
commit d17b5268fa

View File

@ -70,7 +70,7 @@ $limit = $conf->liste_limit;
$viewstatut=GETPOST('viewstatut');
// 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_user='';