From 231f6d9ebe6cfc72f30d6f5460ffddfe7ca94713 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 20 Jan 2016 16:14:22 +0000 Subject: [PATCH] Bug 15613: Fix 2 other occurrences of paramter vs parameter MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit 6c80367f85b92f7b66c9b6255f836bc29f40d660) Signed-off-by: Julian Maurice (cherry picked from commit 8013976d3e00eb3c9ae3370aaa925e0c29048e06) Signed-off-by: Frédéric Demians --- opac/opac-main.pl | 2 +- opac/opac-search.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opac/opac-main.pl b/opac/opac-main.pl index 9db64cb224..ec4b796574 100755 --- a/opac/opac-main.pl +++ b/opac/opac-main.pl @@ -64,7 +64,7 @@ $template->param( daily_quote => $quote, ); -# If GoogleIndicTransliteration system preference is On Set paramter to load Google's javascript in OPAC search screens +# If GoogleIndicTransliteration system preference is On Set parameter to load Google's javascript in OPAC search screens if (C4::Context->preference('GoogleIndicTransliteration')) { $template->param('GoogleIndicTransliteration' => 1); } diff --git a/opac/opac-search.pl b/opac/opac-search.pl index c3faebe309..d9fddfccf8 100755 --- a/opac/opac-search.pl +++ b/opac/opac-search.pl @@ -933,7 +933,7 @@ $template->param( my $content_type = ($format eq 'rss' or $format eq 'atom') ? $format : 'html'; -# If GoogleIndicTransliteration system preference is On Set paramter to load Google's javascript in OPAC search screens +# If GoogleIndicTransliteration system preference is On Set parameter to load Google's javascript in OPAC search screens if (C4::Context->preference('GoogleIndicTransliteration')) { $template->param('GoogleIndicTransliteration' => 1); } -- 2.39.5