Diff for /loncom/interface/statistics/lonstudentsubmissions.pm between versions 1.57 and 1.58

version 1.57, 2010/03/26 13:25:17 version 1.58, 2010/04/12 16:19:34
Line 331  sub prepare_html_output { Line 331  sub prepare_html_output {
         }          }
         last if ($c->aborted());          last if ($c->aborted());
         foreach my $field (@student_columns) {          foreach my $field (@student_columns) {
             $student_row_data .= '<td valign="center">';              $student_row_data .= '<td valign="top">';
             # handle comments like in lonstudentassessment.pm              # handle comments like in lonstudentassessment.pm
             if($field eq 'comments') {              if($field eq 'comments') {
                 $student_row_data .=                   $student_row_data .= 
Line 457  sub prepare_html_output { Line 457  sub prepare_html_output {
             undef(@essays);              undef(@essays);
         }          }
     } # end of student loop      } # end of student loop
       $r->print('</table>'.$/);
     return;      return;
 }  }
   

Removed from v.1.57  
changed lines
  Added in v.1.58


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