[LON-CAPA-cvs] cvs: rat(version_1_2_X) / lonsequence.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Sat, 16 Oct 2004 01:15:33 -0000
albertel Fri Oct 15 21:15:33 2004 EDT
Modified files: (Branch: version_1_2_X)
/rat lonsequence.pm
Log:
- backport 1.19
Index: rat/lonsequence.pm
diff -u rat/lonsequence.pm:1.19 rat/lonsequence.pm:1.19.2.1
--- rat/lonsequence.pm:1.19 Sun Aug 29 12:30:53 2004
+++ rat/lonsequence.pm Fri Oct 15 21:15:33 2004
@@ -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 @@
} 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',