--- rat/lonsequence.pm 2002/05/23 10:58:05 1.9 +++ rat/lonsequence.pm 2002/08/12 18:21:42 1.13 @@ -2,7 +2,7 @@ # # Sequence Handler # -# $Id: lonsequence.pm,v 1.9 2002/05/23 10:58:05 www Exp $ +# $Id: lonsequence.pm,v 1.13 2002/08/12 18:21:42 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -44,19 +44,10 @@ use Apache::Constants qw(:common :http R use GDBM_File; use Apache::lonratedt; use Apache::lonratsrv; +use Apache::lonpageflip; -# ----------------------------------------------------------- Could not resolve - -sub getlost { - my ($r,$errmsg)=@_; - $r->content_type('text/html'); - $r->send_http_header; - $r->print( - 'Unknown Error

'. - 'LON-CAPA

Could not handle sequence resource reference.

'.$errmsg. - ''); -} - +my %selhash; +my $successtied; # ----------------------------------------- Attempt to read from resource space @@ -79,7 +70,7 @@ sub viewmap {