--- rat/lonpageflip.pm 2006/10/20 19:42:28 1.72 +++ rat/lonpageflip.pm 2006/10/20 22:03:24 1.73 @@ -2,7 +2,7 @@ # # Page flip handler # -# $Id: lonpageflip.pm,v 1.72 2006/10/20 19:42:28 albertel Exp $ +# $Id: lonpageflip.pm,v 1.73 2006/10/20 22:03:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -244,7 +244,7 @@ sub first_accessible_resource { # Wow, we cannot see this ... move forward to the next one that we can see my ($newrid,$newmap)=&move($hash{'first_rid'},$hash{'first_mapurl'},'forward'); # Build the new URL - my ($newresid,$newmapid)=split(/\./,$newrid); + my ($newmapid,$newresid)=split(/\./,$newrid); my $symb=&Apache::lonnet::encode_symb($newmap,$newresid,$hash{'src_'.$newrid}); $furl=&add_get_param($hash{'src_'.$newrid},{ 'symb' => $symb }); if ($hash{'encrypted_'.$newrid}) {