bug 1368 - remove FOREIGN_KEY_CHECKS = 0 from installer
[koha_ffzg] / admin / z3950servers.pl
index 9f9308e..a02714b 100755 (executable)
@@ -193,8 +193,4 @@ if ($op eq 'add_form') {
                                 nextpage => $offset+$pagesize);
        }
 } #---- END $OP eq DEFAULT
-$template->param(intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
-               intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-               IntranetNav => C4::Context->preference("IntranetNav"),
-               );
 output_html_with_http_headers $input, $cookie, $template->output;