--- rat/lonsequence.pm 2002/05/23 15:07:55 1.11 +++ rat/lonsequence.pm 2002/05/24 14:44:32 1.12 @@ -2,7 +2,7 @@ # # Sequence Handler # -# $Id: lonsequence.pm,v 1.11 2002/05/23 15:07:55 www Exp $ +# $Id: lonsequence.pm,v 1.12 2002/05/24 14:44:32 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -46,18 +46,8 @@ 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 @@ -80,7 +70,7 @@ sub viewmap {