Diff for /loncom/interface/statistics/lonproblemanalysis.pm between versions 1.20 and 1.22

version 1.20, 2003/03/03 21:52:24 version 1.22, 2003/06/18 17:34:02
Line 175  sub BuildAnalyzePage { Line 175  sub BuildAnalyzePage {
   
   
     my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r, $title,      my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r, $title,
       $heading,$#students+1);        $heading,$#$students+1);
   
     #Java script Progress window      #Java script Progress window
     for(my $index=0; $index<(scalar @$students); $index++) {      for(my $index=0; $index<(scalar @$students); $index++) {
Line 202  sub BuildAnalyzePage { Line 202  sub BuildAnalyzePage {
         $r->print($Str);          $r->print($Str);
         $Str = '';          $Str = '';
     }      }
     my $Answ=&Apache::lonnet::ssi($uri);      my $Answ=&Apache::lonnet::ssi_body($uri);
     $Str .= '<br><b>Here you can see the Problem:</b><br>'.$Answ;      $Str .= '<br><b>Here you can see the Problem:</b><br>'.$Answ;
     $Str .= '<form>';      $Str .= '<form>';
     $r->print($Str);      $r->print($Str);

Removed from v.1.20  
changed lines
  Added in v.1.22


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>