X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=opac%2Fopac-ratings-ajax.pl;h=a47484526ba7694602a0e5dc005b673334075457;hb=568f32606c2c9c247b2b477193a2d6814f738fa6;hp=88f2634d5a3c223ca02c68a327e65e1266aebf0c;hpb=a598b100613a37dc2710090cb381dce56eae2f26;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;