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

(-)a/members/patronimage.pl (-2 / +1 lines)
Lines 48-54 This script, when called from within HTML and passed a valid patron borrowernumb Link Here
48
48
49
=cut
49
=cut
50
50
51
my ($status, $cookie, $sessionID) = check_api_auth($query, { borrowers => 1} );
51
my ($status, $cookie, $sessionID) = check_api_auth($query, { catalogue => 1 } );
52
52
53
unless ( $status eq 'ok' ) {
53
unless ( $status eq 'ok' ) {
54
    print $query->header(-type => 'text/plain', -status => '403 Forbidden');
54
    print $query->header(-type => 'text/plain', -status => '403 Forbidden');
55
- 

Return to bug 17423