Diff for /loncom/homework/bridgetask.pm between versions 1.184 and 1.184.2.1

version 1.184, 2006/10/11 21:06:49 version 1.184.2.1, 2006/11/06 16:03:45
Line 2229  sub get_criteria { Line 2229  sub get_criteria {
     &nested_parse(\$dimension{$dim}{'criteria.'.$id},      &nested_parse(\$dimension{$dim}{'criteria.'.$id},
   [@_],{'set_dim_id' => $id});    [@_],{'set_dim_id' => $id});
  $result.='</p><p class="LC_grade">'.$status_display.'</p>';   $result.='</p><p class="LC_grade">'.$status_display.'</p>';
  if ($comment) {   if ($comment =~ /\w/) {
     $result.='<p class="LC_comment">'.      $result.='<p class="LC_comment">'.
  &mt('Comment: [_1]',$comment).'</p>';   &mt('Comment: [_1]',$comment).'</p>';
  }   }

Removed from v.1.184  
changed lines
  Added in v.1.184.2.1


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