Browse Source

Bug 8315 - fix 'C4::Output 3.02' errors in Koha

modified:   opac/opac-ratings-ajax.pl
	modified:   opac/opac-tags.pl
	modified:   tags/review.pl

Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
3.10.x
Mason James 12 years ago
committed by Paul Poulain
parent
commit
482c96c465
  1. 2
      opac/opac-ratings-ajax.pl
  2. 2
      opac/opac-tags.pl
  3. 2
      tags/review.pl

2
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;

2
opac/opac-tags.pl

@ -38,7 +38,7 @@ use CGI::Cookie; # need to check cookies before having CGI parse the POST reques
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::Scrubber;
use C4::Biblio;
use C4::Tags qw(add_tag get_approval_rows get_tag_rows remove_tag);

2
tags/review.pl

@ -30,7 +30,7 @@ use C4::Auth qw(:DEFAULT check_cookie_auth);
use C4::Context;
use C4::Dates qw(format_date format_date_in_iso);
# use C4::Koha;
use C4::Output 3.02 qw(:html :ajax pagination_bar);
use C4::Output qw(:html :ajax pagination_bar);
use C4::Debug;
use C4::Tags 0.03 qw(get_tags get_approval_rows approval_counts whitelist blacklist is_approved);

Loading…
Cancel
Save