removed useless systempref
authorPaul POULAIN <paul@koha-fr.org>
Wed, 8 Aug 2007 09:59:58 +0000 (11:59 +0200)
committerChris Cormack <crc@liblime.com>
Wed, 8 Aug 2007 12:25:09 +0000 (07:25 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
opac/opac-main.pl

index cc42d1e..28de699 100755 (executable)
@@ -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;