[LON-CAPA-cvs] cvs: rat / lonsequence.pm

albertel lon-capa-cvs@mail.lon-capa.org
Sat, 16 Oct 2004 01:14:28 -0000


albertel		Fri Oct 15 21:14:28 2004 EDT

  Modified files:              
    /rat	lonsequence.pm 
  Log:
  - 1.18 broke the display of a map in an ambiguous context BUG#3470
  
  
Index: rat/lonsequence.pm
diff -u rat/lonsequence.pm:1.20 rat/lonsequence.pm:1.21
--- rat/lonsequence.pm:1.20	Fri Sep 10 02:38:24 2004
+++ rat/lonsequence.pm	Fri Oct 15 21:14:28 2004
@@ -2,7 +2,7 @@
 #
 # Sequence Handler
 #
-# $Id: lonsequence.pm,v 1.20 2004/09/10 06:38:24 www Exp $
+# $Id: lonsequence.pm,v 1.21 2004/10/16 01:14:28 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',