--- loncom/homework/lonhomework.pm 2002/11/08 14:39:40 1.99 +++ loncom/homework/lonhomework.pm 2002/11/10 15:39:37 1.100 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.99 2002/11/08 14:39:40 albertel Exp $ +# $Id: lonhomework.pm,v 1.100 2002/11/10 15:39:37 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -382,17 +382,6 @@ sub renderpage { &Apache::outputtags::initialize_outputtags(); &Apache::edit::initialize_edit(); if ($target eq 'analyze') { %Apache::lonhomework::anaylze=(); } - if ($target eq 'web') { - my ($symb)=&Apache::lonxml::whichuser(); - if ($symb eq '') { - if ($ENV{'request.state'} eq "construct") { - } else { - my $help = Apache::loncommon::help_open_topic("Ambiguous_Reference"); - $request->print("Browsing or ambiguous reference, submissions ignored $help
"); - } - } - #if ($Apache::lonhomework::viewgrades eq 'F') {&createmenu('grade',$request); } - } if ($target eq 'answer') { &showhash(%Apache::lonhomework::history); } if ($target eq 'web') {&Apache::lonhomework::showhashsubset(\%ENV,'^form');}