Diff for /loncom/interface/statistics/lonstudentassessment.pm between versions 1.150.2.2 and 1.150.2.3

version 1.150.2.2, 2009/08/13 18:45:04 version 1.150.2.3, 2009/08/14 12:37:44
Line 664  sub html_initialize { Line 664  sub html_initialize {
         &Apache::lonstatistics::selected_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("<p class="LC_error">".          $r->print('<p class="LC_error">'.
                   &mt('Unable to retrieve course information.').                    &mt('Unable to retrieve course information.').
                   '</p>');                    '</p>');
     }      }

Removed from v.1.150.2.2  
changed lines
  Added in v.1.150.2.3


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