View | Details | Raw Unified | Return to bug 11647
Collapse All | Expand All

(-)a/opac/opac-alert-subscribe.pl (-2 / +1 lines)
Lines 46-52 my $biblionumber = $query->param('biblionumber'); Link Here
46
        template_name   => "opac-alert-subscribe.tmpl",
46
        template_name   => "opac-alert-subscribe.tmpl",
47
        query           => $query,
47
        query           => $query,
48
        type            => "opac",
48
        type            => "opac",
49
        authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ),
49
        authnotrequired => 0, #( C4::Context->preference("OpacPublic") ? 1 : 0 ),
50
        debug           => 1,
50
        debug           => 1,
51
    }
51
    }
52
);
52
);
53
- 

Return to bug 11647