Diff for /loncom/homework/grades.pm between versions 1.652 and 1.653

version 1.652, 2011/09/23 04:53:48 version 1.653, 2011/10/01 15:48:18
Line 2729  sub processHandGrade { Line 2729  sub processHandGrade {
  $ctr++;   $ctr++;
     }      }
     if ($total < 0) {      if ($total < 0) {
  my $the_end.=&mt('<b>Message: </b> No more students for this section or class.').'<br /><br />'."\n";   my $the_end.='<p>'.&mt('[_1]Message:[_2] No more students for this section or class.','<b>','</b>').'</p>'."\n";
  $request->print($the_end);   $request->print($the_end);
     }      }
     return '';      return '';

Removed from v.1.652  
changed lines
  Added in v.1.653


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