--- rat/lonpage.pm 2005/04/07 06:56:27 1.70 +++ rat/lonpage.pm 2005/06/29 19:02:14 1.71 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Page Handler # -# $Id: lonpage.pm,v 1.70 2005/04/07 06:56:27 albertel Exp $ +# $Id: lonpage.pm,v 1.71 2005/06/29 19:02:14 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -235,6 +235,7 @@ sub handler { my $prefix=$_.'_'; my %posthash=('request.prefix' => $prefix, + 'LONCAPA_INTERNAL_no_discussion' => 'true', 'symb' => $symb); if ($env{'form.grade_target'} eq 'tex') { $posthash{'grade_target'}=$env{'form.grade_target'};