--- loncom/interface/statistics/lonproblemanalysis.pm 2003/03/03 21:52:24 1.20 +++ loncom/interface/statistics/lonproblemanalysis.pm 2003/06/18 17:34:02 1.22 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemanalysis.pm,v 1.20 2003/03/03 21:52:24 albertel Exp $ +# $Id: lonproblemanalysis.pm,v 1.22 2003/06/18 17:34:02 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -175,7 +175,7 @@ sub BuildAnalyzePage { my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r, $title, - $heading,$#students+1); + $heading,$#$students+1); #Java script Progress window for(my $index=0; $index<(scalar @$students); $index++) { @@ -202,7 +202,7 @@ sub BuildAnalyzePage { $r->print($Str); $Str = ''; } - my $Answ=&Apache::lonnet::ssi($uri); + my $Answ=&Apache::lonnet::ssi_body($uri); $Str .= '
Here you can see the Problem:
'.$Answ; $Str .= '
'; $r->print($Str);