Updated module location
authoracli <acli>
Mon, 3 Feb 2003 07:23:14 +0000 (07:23 +0000)
committeracli <acli>
Mon, 3 Feb 2003 07:23:14 +0000 (07:23 +0000)
C4/Auth.pm

index 02d5470..411eb4b 100644 (file)
@@ -23,7 +23,7 @@ use Digest::MD5 qw(md5_base64);
 require Exporter;
 use C4::Context;
 use C4::Output;              # to get the template
-use C4::Charset;
+use C4::Interface::CGI::Output;
 use C4::Circulation::Circ2;  # getpatroninformation
 
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);