Fixed problems with non-US date such as 28/10/1983.
[koha.git] / admin-home.pl
index a71467c..82410b4 100755 (executable)
@@ -17,6 +17,5 @@ my ($template, $loggedinuser, $cookie)
                             flagsrequired => {parameters => 1},
                             debug => 1,
                             });
-$template->param(loggeninuser => $loggedinuser);
 
 output_html_with_http_headers $query, $cookie, $template->output;