[LON-CAPA-cvs] cvs: rat / lonambiguous.pm

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 06 Nov 2002 22:51:51 -0000


albertel		Wed Nov  6 17:51:51 2002 EDT

  Modified files:              
    /rat	lonambiguous.pm 
  Log:
  - was calling noexistant clutter sub, figured it wanted lonnet::clutter
  
  
Index: rat/lonambiguous.pm
diff -u rat/lonambiguous.pm:1.6 rat/lonambiguous.pm:1.7
--- rat/lonambiguous.pm:1.6	Sat Sep 14 14:57:59 2002
+++ rat/lonambiguous.pm	Wed Nov  6 17:51:51 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to resolve ambiguous file locations
 #
-# $Id: lonambiguous.pm,v 1.6 2002/09/14 18:57:59 www Exp $
+# $Id: lonambiguous.pm,v 1.7 2002/11/06 22:51:51 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -134,7 +134,7 @@
    if (tie(%bighash,'GDBM_File',$ENV{'request.course.fn'}.'.db',
                     &GDBM_READER(),0640)) {
 # ---------------------------------------------- Get ID(s) for current resource
-      my $ids=$bighash{'ids_'.&clutter($thisfn)};
+      my $ids=$bighash{'ids_'.&Apache::lonnet::clutter($thisfn)};
       if ($ids) {
 # ------------------------------------------------------------------- Has ID(s)
          my @possibilities=split(/\,/,$ids);