--- rat/lonambiguous.pm 2002/08/12 18:21:42 1.5 +++ rat/lonambiguous.pm 2002/09/14 18:57:59 1.6 @@ -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.6 2002/09/14 18:57:59 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -134,7 +134,7 @@ sub handler { if (tie(%bighash,'GDBM_File',$ENV{'request.course.fn'}.'.db', &GDBM_READER(),0640)) { # ---------------------------------------------- Get ID(s) for current resource - my $ids=$bighash{'ids_/res/'.$thisfn}; + my $ids=$bighash{'ids_'.&clutter($thisfn)}; if ($ids) { # ------------------------------------------------------------------- Has ID(s) my @possibilities=split(/\,/,$ids);