From 8f62498205ab665e27332caf07e0558423204ff3 Mon Sep 17 00:00:00 2001 From: acli Date: Mon, 3 Feb 2003 07:23:14 +0000 Subject: [PATCH] Updated module location --- C4/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 02d547000b..411eb4bac3 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -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); -- 2.39.5