Diff for /loncom/homework/structuretags.pm between versions 1.1 and 1.2

version 1.1, 2000/07/25 21:27:30 version 1.2, 2000/08/03 19:34:11
Line 19  sub start_block { Line 19  sub start_block {
   $code .=';return $condition;';    $code .=';return $condition;';
   my $result = &Apache::run::run($code,$safeeval);    my $result = &Apache::run::run($code,$safeeval);
   if ( ! $result ) {     if ( ! $result ) { 
     my $skip=$parser->get_text("/block");      my $skip=$$parser[$#$parser]->get_text("/block");
   }    }
   return "";    return "";
 }  }

Removed from v.1.1  
changed lines
  Added in v.1.2


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