--- rat/lonsequence.pm 2004/08/29 16:30:53 1.19 +++ rat/lonsequence.pm 2004/10/16 01:15:33 1.19.2.1 @@ -2,7 +2,7 @@ # # Sequence Handler # -# $Id: lonsequence.pm,v 1.19 2004/08/29 16:30:53 raeburn Exp $ +# $Id: lonsequence.pm,v 1.19.2.1 2004/10/16 01:15:33 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -314,7 +314,7 @@ sub handler { } else { &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; - if ($exitdisid eq '') { + if ($exitdisid eq '' && $arrow_dir ne '') { my %lt =&Apache::lonlocal::texthash( 'back' => 'beginning', 'forward' => 'end',