Diff for /rat/lonpageflip.pm between versions 1.5 and 1.6

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

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>