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

(-)a/opac/opac-ratings-ajax.pl (-1 / +1 lines)
Lines 32-38 use CGI::Cookie; # need to check cookies before having CGI parse the POST reque 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::Debug;
34
use C4::Debug;
35
use C4::Output 3.02 qw(:html :ajax pagination_bar);
35
use C4::Output qw(:html :ajax pagination_bar);
36
use C4::Ratings;
36
use C4::Ratings;
37
use JSON;
37
use JSON;
38
38
(-)a/opac/opac-tags.pl (-1 / +1 lines)
Lines 38-44 use CGI::Cookie; # need to check cookies before having CGI parse the POST reques Link Here
38
use C4::Auth qw(:DEFAULT check_cookie_auth);
38
use C4::Auth qw(:DEFAULT check_cookie_auth);
39
use C4::Context;
39
use C4::Context;
40
use C4::Debug;
40
use C4::Debug;
41
use C4::Output 3.02 qw(:html :ajax pagination_bar);
41
use C4::Output qw(:html :ajax pagination_bar);
42
use C4::Scrubber;
42
use C4::Scrubber;
43
use C4::Biblio;
43
use C4::Biblio;
44
use C4::Tags qw(add_tag get_approval_rows get_tag_rows remove_tag);
44
use C4::Tags qw(add_tag get_approval_rows get_tag_rows remove_tag);
(-)a/tags/review.pl (-2 / +1 lines)
Lines 30-36 use C4::Auth qw(:DEFAULT check_cookie_auth); Link Here
30
use C4::Context;
30
use C4::Context;
31
use C4::Dates qw(format_date format_date_in_iso);
31
use C4::Dates qw(format_date format_date_in_iso);
32
# use C4::Koha;
32
# use C4::Koha;
33
use C4::Output 3.02 qw(:html :ajax pagination_bar);
33
use C4::Output qw(:html :ajax pagination_bar);
34
use C4::Debug;
34
use C4::Debug;
35
use C4::Tags 0.03 qw(get_tags get_approval_rows approval_counts whitelist blacklist is_approved);
35
use C4::Tags 0.03 qw(get_tags get_approval_rows approval_counts whitelist blacklist is_approved);
36
36
37
- 

Return to bug 8315