From f60f27dea75a123ef347975a6967f5b0e9ac197e Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Wed, 8 Aug 2007 11:59:58 +0200 Subject: [PATCH] removed useless systempref Signed-off-by: Chris Cormack --- opac/opac-main.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/opac/opac-main.pl b/opac/opac-main.pl index cc42d1e50f..28de699b84 100755 --- a/opac/opac-main.pl +++ b/opac/opac-main.pl @@ -116,8 +116,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; -- 2.39.5