mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
use new cron API
This commit is contained in:
@@ -127,10 +127,7 @@ if ($cron) {
|
||||
'days' => '*',
|
||||
'months' => '*',
|
||||
'weekdays' => '*' };
|
||||
print &ui_table_row(undef,
|
||||
"<table border=2 width=100%>".
|
||||
&capture_function_output(\&cron::show_times_input,$job).
|
||||
"</table>", 2);
|
||||
print &cron::get_times_input($job);
|
||||
}
|
||||
else {
|
||||
# Simple Cron time input
|
||||
|
||||
Reference in New Issue
Block a user