Fix for LL Bug 405: Syndetics Enhanced Content: some cover imags are being generated...
[koha_fer] / opac / opac-main.pl
index d72e55b..1062109 100755 (executable)
@@ -17,7 +17,6 @@
 
 
 use strict;
-require Exporter;
 use CGI;
 use C4::Auth;    # get_template_and_user
 use C4::Output;
@@ -56,8 +55,4 @@ $template->param(
     koha_news_count => $koha_news_count
 );
 
-$template->param(
-    'Disable_Dictionary' => C4::Context->preference("Disable_Dictionary") )
-  if ( C4::Context->preference("Disable_Dictionary") );
-
 output_html_with_http_headers $input, $cookie, $template->output;