Diff for /loncom/interface/statistics/lonproblemanalysis.pm between versions 1.141 and 1.142

version 1.141, 2011/12/21 21:25:51 version 1.142, 2012/05/03 11:21:33
Line 146  sub BuildProblemAnalysisPage { Line 146  sub BuildProblemAnalysisPage {
             my $resource = $current_problem->{'resource'};              my $resource = $current_problem->{'resource'};
             $r->print('<h1>'.$resource->compTitle.'</h1>');              $r->print('<h1>'.$resource->compTitle.'</h1>');
             $r->print('<h3>'.$resource->src.'</h3>');              $r->print('<h3>'.$resource->src.'</h3>');
             $r->print('<h4>'.&Apache::lonstatistics::section_and_enrollment_description().'</h4>');              $r->print('<p>'.&Apache::lonstatistics::section_and_enrollment_description().'</p>');
             if ($env{'form.show_prob'} eq 'true') {              if ($env{'form.show_prob'} eq 'true') {
                 $r->print('<hr />'                  $r->print('<hr />'
                          .&Apache::lonstathelpers::render_resource($resource)                           .&Apache::lonstathelpers::render_resource($resource)

Removed from v.1.141  
changed lines
  Added in v.1.142


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