From 801fd5e634727d110e97cb0f78079255f754ba37 Mon Sep 17 00:00:00 2001 From: Mason James Date: Sat, 24 Mar 2012 05:53:36 +1300 Subject: [PATCH] mason@xen1:~/g/head2$ perlcritic opac/opac-ratings-ajax.pl opac/opac-ratings-ajax.pl source OK Content-Type: text/plain; charset="utf-8" http://koha-community.org modified: opac/opac-ratings-ajax.pl http://bugs.koha-community.org/show_bug.cgi?id=5668 --- opac/opac-ratings-ajax.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opac/opac-ratings-ajax.pl b/opac/opac-ratings-ajax.pl index f9c2f10..88f2634 100755 --- a/opac/opac-ratings-ajax.pl +++ b/opac/opac-ratings-ajax.pl @@ -104,7 +104,7 @@ output_ajax_with_http_headers( $query, $json_reply ); exit; # a ratings specific ajax return sub, returns CGI object, and an 'auth_success' value -sub ajax_auth_cgi ($) { +sub ajax_auth_cgi { my $needed_flags = shift; my %cookies = fetch CGI::Cookie; my $input = CGI->new; -- 1.7.2.5