Bug 10853: All existing routing to get a CSV should return a MARC csv
[koha.git] / opac / opac-ratings-ajax.pl
index 88f2634..a474845 100755 (executable)
@@ -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;