--- rat/lonsequence.pm 2002/05/23 10:58:05 1.9 +++ rat/lonsequence.pm 2005/02/17 09:09:57 1.22 @@ -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.22 2005/02/17 09:09:57 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -28,13 +28,6 @@ # # (Handler to resolve ambiguous file locations # -# (TeX Content Handler -# -# 05/29/00,05/30,10/11 Gerd Kortemeyer) -# -# 10/11,10/12 Gerd Kortemeyer) -# -# 10/16 Gerd Kortemeyer package Apache::lonsequence; @@ -44,19 +37,12 @@ use Apache::Constants qw(:common :http R use GDBM_File; use Apache::lonratedt; use Apache::lonratsrv; +use Apache::lonpageflip; +use Apache::loncommon; +use Apache::lonlocal; -# ----------------------------------------------------------- Could not resolve - -sub getlost { - my ($r,$errmsg)=@_; - $r->content_type('text/html'); - $r->send_http_header; - $r->print( - '
'.$errmsg. - '