mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
change days select in module cron
This commit is contained in:
parent
d4c4b3c2d8
commit
a238594354
@ -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 = 0; $i <= 31; $i++) {
|
||||||
$mdays[$i] = $i;
|
$mdays[$i] = $i;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user