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

(-)a/cataloguing/ysearch.pl (-2 / +1 lines)
Lines 41-47 die() unless ($table eq "biblioitems"); Link Here
41
binmode STDOUT, ":encoding(UTF-8)";
41
binmode STDOUT, ":encoding(UTF-8)";
42
print $input->header( -type => 'text/plain', -charset => 'UTF-8' );
42
print $input->header( -type => 'text/plain', -charset => 'UTF-8' );
43
43
44
my ( $auth_status, $sessionID ) = check_cookie_auth( $input->cookie('CGISESSID'), { cataloguing => '*' } );
44
my ( $auth_status, $sessionID ) = check_cookie_auth( $input->cookie('CGISESSID'), { editcatalogue => '*' } );
45
if ( $auth_status ne "ok" ) {
45
if ( $auth_status ne "ok" ) {
46
    exit 0;
46
    exit 0;
47
}
47
}
48
- 

Return to bug 8278