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

(-)a/opac/opac-ratings-ajax.pl (-2 / +1 lines)
Lines 104-110 output_ajax_with_http_headers( $query, $json_reply ); Link Here
104
exit;
104
exit;
105
105
106
# a ratings specific ajax return sub, returns CGI object, and an 'auth_success' value
106
# a ratings specific ajax return sub, returns CGI object, and an 'auth_success' value
107
sub ajax_auth_cgi ($) {
107
sub ajax_auth_cgi {
108
    my $needed_flags = shift;
108
    my $needed_flags = shift;
109
    my %cookies      = fetch CGI::Cookie;
109
    my %cookies      = fetch CGI::Cookie;
110
    my $input        = CGI->new;
110
    my $input        = CGI->new;
111
- 

Return to bug 5668