--- loncom/homework/lonhomework.pm 2003/01/28 00:13:37 1.107 +++ loncom/homework/lonhomework.pm 2003/02/13 21:14:35 1.108 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.107 2003/01/28 00:13:37 albertel Exp $ +# $Id: lonhomework.pm,v 1.108 2003/02/13 21:14:35 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -448,9 +448,6 @@ sub renderpage { my %mystyle; my $result = ''; - &Apache::inputtags::initialize_inputtags(); - &Apache::outputtags::initialize_outputtags(); - &Apache::edit::initialize_edit(); if ($target eq 'analyze') { %Apache::lonhomework::anaylze=(); } if ($target eq 'answer') { &showhash(%Apache::lonhomework::history); } if ($target eq 'web') {&Apache::lonhomework::showhashsubset(\%ENV,'^form');}