--- rat/lonambiguous.pm 2002/11/06 22:51:51 1.7 +++ rat/lonambiguous.pm 2013/11/12 04:47:38 1.25 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to resolve ambiguous file locations # -# $Id: lonambiguous.pm,v 1.7 2002/11/06 22:51:51 albertel Exp $ +# $Id: lonambiguous.pm,v 1.25 2013/11/12 04:47:38 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -25,11 +25,8 @@ # # http://www.lon-capa.org/ # -# (TeX Content Handler -# -# 05/29/00,05/30,10/11 Gerd Kortemeyer) -# -# 10/11,10/12,10/16 Gerd Kortemeyer + + package Apache::lonambiguous; @@ -37,50 +34,70 @@ 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'); + } + } + return OK; +} # ----------------------------------------------------------- Could not resolve sub getlost { my ($r,$errmsg)=@_; - $r->content_type('text/html'); + $errmsg=&mt($errmsg); + &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; - $r->print( - '
'.$errmsg. - '