added back use of C4::Charset

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Galen Charlton 2008-02-11 16:21:53 -06:00 committed by Joshua Ferraro
parent 586d72c19c
commit 7bb7135388

View file

@ -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);