X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=tools%2Fscheduler.pl;h=99210ac40949f9ba6debcec259974a5599cfbfac;hb=a469663d7b0993894582759235c2475f662c8da4;hp=4d732db3a575fe895044297d0c540673fe06434e;hpb=44201a54e15f06d13c2f40d93bd5a76f6493d7d2;p=koha_ffzg diff --git a/tools/scheduler.pl b/tools/scheduler.pl index 4d732db3a5..99210ac409 100755 --- a/tools/scheduler.pl +++ b/tools/scheduler.pl @@ -109,8 +109,6 @@ $template->param( JOBS => \@jobloop ); my $time = localtime(time); $template->param( 'time' => $time ); $template->param( - DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(), - dateformat => C4::Dates->new()->format(), debug => $debug, ); output_html_with_http_headers $input, $cookie, $template->output;