Diff for /loncom/homework/outputtags.pm between versions 1.33 and 1.34

version 1.33, 2003/10/07 17:52:29 version 1.34, 2003/10/13 19:32:31
Line 145  sub start_displayweight { Line 145  sub start_displayweight {
     }      }
     push(@{$Apache::outputtags::showonce{'displayweight'}},      push(@{$Apache::outputtags::showonce{'displayweight'}},
  $Apache::inputtags::part);   $Apache::inputtags::part);
     my $status=$Apache::inputtags::status['-1'];  
     if ($target eq 'web' || $target eq 'tex') {      if ($target eq 'web' || $target eq 'tex') {
  my $id = $Apache::inputtags::part;   my $id = $Apache::inputtags::part;
  if ($id ne '0') {   if ($id ne '0') {

Removed from v.1.33  
changed lines
  Added in v.1.34


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