--- rat/lonpageflip.pm 2006/02/23 19:29:26 1.64 +++ rat/lonpageflip.pm 2006/03/06 23:35:43 1.65 @@ -2,7 +2,7 @@ # # Page flip handler # -# $Id: lonpageflip.pm,v 1.64 2006/02/23 19:29:26 albertel Exp $ +# $Id: lonpageflip.pm,v 1.65 2006/03/06 23:35:43 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -399,7 +399,7 @@ sub handler { &Apache::loncommon::content_type($r,'text/html'); my $url='http://'.$ENV{'HTTP_HOST'}.$redirecturl; - if ($redirectsymb ne '') { $url.='?symb='.&Apache::lonnet::escape($redirectsymb); } + if ($redirectsymb ne '') { $url.=($url=~/\?/?'&':'?').'symb='.&Apache::lonnet::escape($redirectsymb); } $r->header_out(Location => $url); return REDIRECT; } else { @@ -433,7 +433,7 @@ ENDSTART foreach my $id (@possibilities) { $r->print( ''. $multichoicehash{'title_'.$id}. ''.$multichoicehash{'type_'.$id}.