--- rat/lonpageflip.pm 2000/10/11 18:31:00 1.5 +++ rat/lonpageflip.pm 2000/10/11 21:16:29 1.6 @@ -137,6 +137,7 @@ sub handler { map { $multichoicehash{'src_'.$_}=$hash{'src_'.$_}; $multichoicehash{'title_'.$_}=$hash{'title_'.$_}; + $multichoicehash{'type_'.$_}=$hash{'type_'.$_}; $cachehash {&Apache::lonnet::declutter( $multichoicehash @@ -171,6 +172,7 @@ sub handler { } } else { # ---------------------------------------- No, could not determine where we are + $r->internal_redirect('/adm/ambiguous'); } } else { # -------------------------- Class was not initialized or page fliped strangely