From 7bfd9507ae5d60b22d4bfd6fdbc867f7c27f3841 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Sat, 24 Nov 2007 20:47:34 -0600 Subject: [PATCH] fix for bug 1352: 'Suggestions Link Should Force Patron Login' Signed-off-by: Joshua Ferraro --- opac/opac-suggestions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/opac-suggestions.pl b/opac/opac-suggestions.pl index a8b8a6b8f4..ac3870f736 100755 --- a/opac/opac-suggestions.pl +++ b/opac/opac-suggestions.pl @@ -60,7 +60,7 @@ else { template_name => "opac-suggestions.tmpl", query => $input, type => "opac", - authnotrequired => 1, + authnotrequired => 0, } ); } -- 2.39.2