fix module cron values

This commit is contained in:
alejandro-campos 2019-11-20 17:20:17 +01:00
parent a238594354
commit a064f47ef3

View File

@ -1183,7 +1183,7 @@ function html_print_extended_select_for_cron($hour='*', $minute='*', $mday='*',
} }
// Month days // Month days
for ($i = 0; $i <= 31; $i++) { for ($i = 1; $i <= 31; $i++) {
$mdays[$i] = $i; $mdays[$i] = $i;
} }