added back use of C4::Charset
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 11 Feb 2008 22:21:53 +0000 (16:21 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 11 Feb 2008 22:35:21 +0000 (16:35 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Biblio.pm

index 8f72322..ef76847 100755 (executable)
@@ -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);