X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=opac%2Fopac-ratings-ajax.pl;h=a47484526ba7694602a0e5dc005b673334075457;hb=7142d1dca84e06e95b973f8665d57e894d18ca27;hp=88f2634d5a3c223ca02c68a327e65e1266aebf0c;hpb=b20c2d6857629eed3f3eaf44cdca68dda36f4216;p=koha.git diff --git a/opac/opac-ratings-ajax.pl b/opac/opac-ratings-ajax.pl index 88f2634d5a..a47484526b 100755 --- a/opac/opac-ratings-ajax.pl +++ b/opac/opac-ratings-ajax.pl @@ -32,7 +32,7 @@ use CGI::Cookie; # need to check cookies before having CGI parse the POST reque use C4::Auth qw(:DEFAULT check_cookie_auth); use C4::Context; use C4::Debug; -use C4::Output 3.02 qw(:html :ajax pagination_bar); +use C4::Output qw(:html :ajax pagination_bar); use C4::Ratings; use JSON;