Diff for /loncom/interface/statistics/lonsubmissiontimeanalysis.pm between versions 1.35.2.1 and 1.35.2.2

version 1.35.2.1, 2012/05/12 03:37:57 version 1.35.2.2, 2012/12/17 02:22:12
Line 73  sub BuildSubmissionTimePage { Line 73  sub BuildSubmissionTimePage {
     #      #
     if (@Students < 1) {      if (@Students < 1) {
         $r->print('<div class="LC_warning">'          $r->print('<div class="LC_warning">'
                  .&mt('There are no students in the sections selected.'                   .&mt('There are no students in the sections selected.')
                  .'</div>')                   .'</div>'
         );          );
     }      }
     #      #

Removed from v.1.35.2.1  
changed lines
  Added in v.1.35.2.2


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