--- rat/lonsequence.pm 2006/06/08 13:56:40 1.27 +++ rat/lonsequence.pm 2006/11/02 21:15:22 1.28 @@ -2,7 +2,7 @@ # # Sequence Handler # -# $Id: lonsequence.pm,v 1.27 2006/06/08 13:56:40 www Exp $ +# $Id: lonsequence.pm,v 1.28 2006/11/02 21:15:22 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -33,10 +33,10 @@ use strict; use Apache::lonnet; use Apache::Constants qw(:common :http REDIRECT); use GDBM_File; -use Apache::lonratedt; -use Apache::lonratsrv; -use Apache::lonpageflip; -use Apache::loncommon; +use LONCAPA::map(); +use Apache::lonratsrv(); +use Apache::lonpageflip(); +use Apache::loncommon(); use Apache::lonlocal; my %selhash; @@ -48,7 +48,7 @@ sub attemptread { my $fn=shift; &Apache::lonnet::repcopy($fn); if (-e $fn) { - return &Apache::lonratedt::attemptread($fn); + return &LONCAPA::map::attemptread($fn); } else { return (); } @@ -58,7 +58,7 @@ sub mapread { my $fn=shift; &Apache::lonnet::repcopy($fn); if (-e $fn) { - return &Apache::lonratedt::mapread($fn,''); + return &LONCAPA::map::mapread($fn,''); } else { return (); }