removed useless systempref
Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
parent
b39fca73d4
commit
f60f27dea7
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue