--- loncom/auth/loncacc.pm 2003/06/11 00:39:46 1.29 +++ loncom/auth/loncacc.pm 2003/09/16 18:15:43 1.30 @@ -2,7 +2,7 @@ # Cookie Based Access Handler for Construction Area # (lonacc: 5/21/99,5/22,5/29,5/31 Gerd Kortemeyer) # -# $Id: loncacc.pm,v 1.29 2003/06/11 00:39:46 www Exp $ +# $Id: loncacc.pm,v 1.30 2003/09/16 18:15:43 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -42,6 +42,7 @@ use Apache::Constants qw(:common :http : use Apache::File; use CGI::Cookie(); use Fcntl qw(:flock); +use Apache::lonlocal; sub constructaccess { my ($url,$ownerdomain)=@_; @@ -81,6 +82,10 @@ sub handler { &Apache::lonnet::transfer_profile_to_env($lonidsdir,$handle); +# --------------------------------------------------------- Initialize Language + + &Apache::lonlocal::get_language_handle(); + # -------------------------------------------------------------- Resource State $ENV{'request.state'} = "construct";