From 55028b3979caede9cfba29953b42b99cc6361c60 Mon Sep 17 00:00:00 2001 From: rangi Date: Thu, 9 Feb 2006 01:26:16 +0000 Subject: [PATCH] Commenting out a line that was preventing the script executing --- opac/opac-search.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/opac/opac-search.pl b/opac/opac-search.pl index aa9ea5984a..c9413c9ed6 100755 --- a/opac/opac-search.pl +++ b/opac/opac-search.pl @@ -408,7 +408,10 @@ $template->param( phraseorterm => $phraseorterm ); $sth->finish; $template->param('Disable_Dictionary'=>C4::Context->preference("Disable_Dictionary")) if (C4::Context->preference("Disable_Dictionary")); - $template->param(classlist => $classlist, + $template->param( + +# CHRIS : Whats this? +# classlist => $classlist, CGIitemtype => $CGIitemtype, CGIbranch => $CGIbranch, suggestion => C4::Context->preference("suggestion"), -- 2.39.5