Diff for /loncom/homework/structuretags.pm between versions 1.200.2.1 and 1.200.2.2

version 1.200.2.1, 2003/08/30 02:40:17 version 1.200.2.2, 2003/10/03 15:27:56
Line 975  sub end_part { Line 975  sub end_part {
     } elsif (($target eq 'web' || $target eq 'tex') && !$hidden ) {      } elsif (($target eq 'web' || $target eq 'tex') && !$hidden ) {
  my $gradestatus=&Apache::inputtags::gradestatus($Apache::inputtags::part,   my $gradestatus=&Apache::inputtags::gradestatus($Apache::inputtags::part,
  $target);   $target);
  if ($Apache::lonhomework::type eq 'exam') {$gradestatus='';}   if ($Apache::lonhomework::type eq 'exam' && $target eq 'tex') {
       $gradestatus='';
    }
  $result=$gradestatus;   $result=$gradestatus;
     } elsif ($target eq 'edit') {      } elsif ($target eq 'edit') {
  $result=&Apache::edit::end_table();   $result=&Apache::edit::end_table();

Removed from v.1.200.2.1  
changed lines
  Added in v.1.200.2.2


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