removed useless systempref

Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
Paul POULAIN 2007-08-08 11:59:58 +02:00 committed by Chris Cormack
parent b39fca73d4
commit f60f27dea7

View file

@ -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;