From 75a46dc5bdab76ef051ea9b0210df3b7c54f1c37 Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 28 Jan 2003 15:28:31 +0000 Subject: [PATCH] removing use MARC::Charset Was a buggy test --- acqui.simple/marcimport.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acqui.simple/marcimport.pl b/acqui.simple/marcimport.pl index d132145545..b8bae898e2 100755 --- a/acqui.simple/marcimport.pl +++ b/acqui.simple/marcimport.pl @@ -43,7 +43,6 @@ use MARC::File::USMARC; use HTML::Template; use C4::Output; use C4::Auth; -use MARC::Charset; #------------------ # Constants @@ -810,6 +809,10 @@ sub FormatMarcText { #--------------- # log cleared, as marcimport is (almost) rewritten from scratch. # $Log$ +# Revision 1.29 2003/01/28 15:28:31 tipaul +# removing use MARC::Charset +# Was a buggy test +# # Revision 1.28 2003/01/28 15:00:31 tipaul # user can now search in breeding farm with isbn/issn or title. Title/name are stored in breeding farm and showed when a search is done # -- 2.39.5