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

version 1.21, 2003/03/03 22:00:03 version 1.22, 2003/06/18 17:34:02
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.21  
changed lines
  Added in v.1.22


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