X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=tools%2Fscheduler.pl;h=99210ac40949f9ba6debcec259974a5599cfbfac;hb=b4f5fee48cccec9f1fe6f403333f11ae0349d8e7;hp=4d732db3a575fe895044297d0c540673fe06434e;hpb=44201a54e15f06d13c2f40d93bd5a76f6493d7d2;p=koha.git 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;