Diff for /loncom/interface/statistics/lonstudentassessment.pm between versions 1.113 and 1.114

version 1.113, 2005/02/25 19:17:44 version 1.114, 2005/02/25 19:48:01
Line 643  sub html_initialize { Line 643  sub html_initialize {
     # Compute the column widths and output the sequence titles      # Compute the column widths and output the sequence titles
     my $total_count;      my $total_count;
     ($navmap,@sequences) =       ($navmap,@sequences) = 
         &Apache::lonstatistics::sequences_with_assessments();          &Apache::lonstatistics::selected_sequences_with_assessments();
     if (! ref($navmap)) {      if (! ref($navmap)) {
         # Unable to get data, so bail out          # Unable to get data, so bail out
         $r->print("<h3>".          $r->print("<h3>".

Removed from v.1.113  
changed lines
  Added in v.1.114


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