Update /comm/actions/listactions.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 10:00:09 +01:00
parent e1addea6db
commit 8356c1b560

View File

@ -100,7 +100,7 @@ if (! $user->rights->agenda->allactions->read || $filter=='mine') // If no permi
}
// 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
{
$datestart='';
$dateend='';