Fixing style errors.

This commit is contained in:
stickler-ci 2022-12-06 14:48:29 +00:00
parent 0aee71a656
commit 4b12ed47d5

View File

@ -153,7 +153,7 @@ if ($action == 'add') {
setEventMessages($langs->transnoentities("ErrorFieldRequired", $langs->trans("Date")), null, 'errors'); setEventMessages($langs->transnoentities("ErrorFieldRequired", $langs->trans("Date")), null, 'errors');
$action = "create"; $action = "create";
$error++; $error++;
}else { } else {
$date_next_execution = dol_mktime($rehour, $remin, 0, $remonth, $reday, $reyear); $date_next_execution = dol_mktime($rehour, $remin, 0, $remonth, $reday, $reyear);
} }
if ($nb_gen_max === '') { if ($nb_gen_max === '') {