Return to lonproblemanalysis.pm CVS log | Up to [LON-CAPA] / loncom / interface / statistics |
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); |