--- rat/lonambiguous.pm 2002/08/12 18:21:42 1.5 +++ rat/lonambiguous.pm 2004/12/20 20:13:03 1.12 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to resolve ambiguous file locations # -# $Id: lonambiguous.pm,v 1.5 2002/08/12 18:21:42 albertel Exp $ +# $Id: lonambiguous.pm,v 1.12 2004/12/20 20:13:03 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -37,35 +37,56 @@ use strict; use Apache::lonnet; use Apache::Constants qw(:common REDIRECT); use GDBM_File; +use Apache::loncommon; +use Apache::lonlocal; +my %bighash; + +sub cleanup { + if (tied(%bighash)){ + &Apache::lonnet::logthis('Cleanup ambiguous: bighash'); + unless (untie(%bighash)) { + &Apache::lonnet::logthis('Failed cleanup ambiguous: bighash'); + } + } +} # ----------------------------------------------------------- Could not resolve sub getlost { my ($r,$errmsg)=@_; + $errmsg=&mt($errmsg); $r->content_type('text/html'); $r->send_http_header; $r->print( - '
'.$errmsg. + '