From 69c3f794a9356e32b16cb5b7936918c678038120 Mon Sep 17 00:00:00 2001 From: Mason James Date: Tue, 26 Jun 2012 15:58:30 +1200 Subject: [PATCH] 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 Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack Signed-off-by: Jared Camins-Esakov --- opac/opac-tags.pl | 2 +- tags/review.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opac/opac-tags.pl b/opac/opac-tags.pl index 983c18e7cd..3e3a4a3367 100755 --- a/opac/opac-tags.pl +++ b/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::Dates qw(format_date); use C4::Scrubber; use C4::Biblio; diff --git a/tags/review.pl b/tags/review.pl index 8ea282d58b..2300396ee5 100755 --- a/tags/review.pl +++ b/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); -- 2.39.5