diff --git a/htdocs/projet/activity/perweek.php b/htdocs/projet/activity/perweek.php index fdf6e492361..cb331f7d262 100644 --- a/htdocs/projet/activity/perweek.php +++ b/htdocs/projet/activity/perweek.php @@ -184,7 +184,7 @@ if (GETPOST('submitdateselect')) { if (GETPOST('remonth', 'int') && GETPOST('reday', 'int') && GETPOST('reyear', 'int')) { $daytoparse = dol_mktime(0, 0, 0, GETPOST('remonth', 'int'), GETPOST('reday', 'int'), GETPOST('reyear', 'int')); } - + $action = ''; }