Fixing style errors.

This commit is contained in:
stickler-ci 2020-02-11 13:15:23 +00:00
parent 8b67793409
commit 416cb3016d

View File

@ -49,7 +49,7 @@ $projectid = (GETPOST('projectid') ? GETPOST('projectid', 'int') : 0);
$dateech = dol_mktime(GETPOST('echhour'), GETPOST('echmin'), GETPOST('echsec'), GETPOST('echmonth'), GETPOST('echday'), GETPOST('echyear'));
$dateperiod = dol_mktime(GETPOST('periodhour'), GETPOST('periodmin'), GETPOST('periodsec'), GETPOST('periodmonth'), GETPOST('periodday'), GETPOST('periodyear'));
$label = GETPOST('label', 'alpha');
$label = GETPOST('label', 'alpha');
$actioncode = GETPOST('actioncode');
// Security check