--- loncom/auth/lonauth.pm 2003/09/11 20:54:11 1.55 +++ loncom/auth/lonauth.pm 2003/09/16 19:23:47 1.56 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.55 2003/09/11 20:54:11 www Exp $ +# $Id: lonauth.pm,v 1.56 2003/09/16 19:23:47 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -46,6 +46,7 @@ use Apache::loncommon(); use Apache::lonnet(); use Apache::lonmenu(); use Fcntl qw(:flock); +use Apache::lonlocal; my %FORM; @@ -270,6 +271,8 @@ sub handler { return OK; } + &Apache::lonlocal::get_language_handle(); + my $buffer; $r->read($buffer,$r->header_in('Content-length'),0); my @pairs=split(/&/,$buffer);