From be333734c98e19400423d739ce256d1b0607ecc4 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 18 Jul 2012 15:58:37 +0200 Subject: [PATCH] 8062 Followup for HTML::FormatText Content-Type: text/plain; charset="utf-8" The dependency is not used in opac-sendbasket. But there is a require of HTML::FormatText in the code of Template::Plugin::HTMLToText. Signed-off-by: Marcel de Rooy --- opac/opac-sendbasket.pl | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/opac/opac-sendbasket.pl b/opac/opac-sendbasket.pl index a3a4eb8..5b38a54 100755 --- a/opac/opac-sendbasket.pl +++ b/opac/opac-sendbasket.pl @@ -27,7 +27,6 @@ use Carp; use Mail::Sendmail; use MIME::QuotedPrint; use MIME::Base64; -use HTML::FormatText; use C4::Biblio; use C4::Items; use C4::Auth; -- 1.7.7.6