View | Details | Raw Unified | Return to bug 13813
Collapse All | Expand All

(-)a/opac/opac-ratings.pl (-2 lines)
Lines 32-38 use CGI::Cookie; Link Here
32
use C4::Auth qw(:DEFAULT check_cookie_auth);
32
use C4::Auth qw(:DEFAULT check_cookie_auth);
33
use C4::Context;
33
use C4::Context;
34
use C4::Output;
34
use C4::Output;
35
use C4::Dates qw(format_date);
36
use C4::Biblio;
35
use C4::Biblio;
37
use C4::Ratings;
36
use C4::Ratings;
38
use C4::Debug;
37
use C4::Debug;
39
- 

Return to bug 13813