Bug 20602: Use weighted fields in OPAC simple search
[koha.git] / opac / opac-main.pl
index 723dced..2398b6a 100755 (executable)
@@ -102,8 +102,4 @@ if (C4::Context->preference('GoogleIndicTransliteration')) {
         $template->param('GoogleIndicTransliteration' => 1);
 }
 
-if (C4::Context->preference('OPACNumbersPreferPhrase')) {
-        $template->param('numbersphr' => 1);
-}
-
 output_html_with_http_headers $input, $cookie, $template->output;