Bug 11647: (follow-up) add comment expressing that user must be logged in
authorGalen Charlton <gmc@esilibrary.com>
Thu, 13 Mar 2014 14:57:04 +0000 (14:57 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 13 Mar 2014 14:57:04 +0000 (14:57 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

opac/opac-alert-subscribe.pl

index be357bd..caeb123 100755 (executable)
@@ -46,7 +46,8 @@ my $biblionumber = $query->param('biblionumber');
         template_name   => "opac-alert-subscribe.tmpl",
         query           => $query,
         type            => "opac",
-        authnotrequired => 0, #( C4::Context->preference("OpacPublic") ? 1 : 0 ),
+        authnotrequired => 0, # user must logged in to request
+                              # subscription notifications
         debug           => 1,
     }
 );