From 7bb71353888339dee28180831942373267384005 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 11 Feb 2008 16:21:53 -0600 Subject: [PATCH] added back use of C4::Charset Signed-off-by: Joshua Ferraro --- C4/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 8f72322235..ef76847784 100755 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -30,7 +30,7 @@ use C4::Branch; use C4::Dates qw/format_date/; use C4::Log; # logaction use C4::ClassSource; - +use C4::Charset; use vars qw($VERSION @ISA @EXPORT); -- 2.39.5