--- rat/lonambiguous.pm 2002/11/06 22:51:51 1.7 +++ rat/lonambiguous.pm 2003/01/14 18:47:50 1.8 @@ -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.8 2003/01/14 18:47:50 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -38,6 +38,16 @@ use Apache::lonnet; use Apache::Constants qw(:common REDIRECT); use GDBM_File; +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 @@ -63,9 +73,7 @@ sub handler { } # ---------------------------------------------------------- Is this selecting? - - my %bighash; - + if ($ENV{'form.selecturl'}) { my $envkey; if (tie(%bighash,'GDBM_File',$ENV{'request.course.fn'}.'.db',