Bug 9257 - Add "groups" to normal search pulldown
[koha.git] / opac / opac-topissues.pl
index dfdb6cd..3d5f3b8 100755 (executable)
@@ -158,7 +158,6 @@ if (!$advanced_search_types or $advanced_search_types eq 'itemtypes') {
 
 $template->param(
                  itemtypeloop =>\@itemtypesloop,
-                 dateformat    => C4::Context->preference("dateformat"),
                 );
 output_html_with_http_headers $input, $cookie, $template->output;