--- rat/lonambiguous.pm 2003/01/14 18:47:50 1.8 +++ rat/lonambiguous.pm 2003/09/22 03:02:06 1.10 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to resolve ambiguous file locations # -# $Id: lonambiguous.pm,v 1.8 2003/01/14 18:47:50 www Exp $ +# $Id: lonambiguous.pm,v 1.10 2003/09/22 03:02:06 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -37,6 +37,8 @@ use strict; use Apache::lonnet; use Apache::Constants qw(:common REDIRECT); use GDBM_File; +use Apache::loncommon; +use Apache::lonlocal; my %bighash; @@ -53,11 +55,13 @@ sub cleanup { sub getlost { my ($r,$errmsg)=@_; + $errmsg=&mt($errmsg); $r->content_type('text/html'); $r->send_http_header; $r->print( - '
'.$errmsg. + '