Bug 29408: Add JSDoc documentation for kohaTable function
[koha-ffzg.git] / opac / opac-ratings.pl
index 38c50d6..7e1bca6 100755 (executable)
@@ -28,9 +28,8 @@ note: there is currently no 'delete rating' functionality in this script
 use Modern::Perl;
 use CGI qw ( -utf8 );
 
-use C4::Auth;
+use C4::Auth qw( checkauth );
 use C4::Context;
-use C4::Debug;
 
 use Koha::Ratings;