Skip to content

Commit

Permalink
Update /holiday/index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 authored and eldy committed Nov 23, 2014
1 parent 28e620a commit baaadd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/holiday/index.php
Expand Up @@ -64,7 +64,7 @@
$search_valideur = GETPOST('search_valideur');
$search_statut = GETPOST('select_statut');

if (GETPOST("button_removefilter"))
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{
$search_ref="";
$month_create="";
Expand Down

0 comments on commit baaadd7

Please sign in to comment.