Diff for /loncom/homework/structuretags.pm between versions 1.182 and 1.183

version 1.182, 2003/06/12 22:19:33 version 1.183, 2003/06/13 14:01:26
Line 267  sub start_problem { Line 267  sub start_problem {
     my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_;      my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_;
   
     $Apache::lonhomework::parsing_a_problem=1;      $Apache::lonhomework::parsing_a_problem=1;
     # meta is called from lonpublisher, which doesn't uses the normal      if ( $Apache::inputtags::part ne '' ) {
     # lonhomework method of parsing the file which means that inputtags   
     # won't get reset  
     if ( $Apache::inputtags::part ne '' && $target != 'meta' ) {  
  &Apache::lonxml::error('Only one problem allowed in a .problem file');   &Apache::lonxml::error('Only one problem allowed in a .problem file');
  my $bodytext=&Apache::lonxml::get_all_text("/problem",$parser);   my $bodytext=&Apache::lonxml::get_all_text("/problem",$parser);
  return '';   return '';

Removed from v.1.182  
changed lines
  Added in v.1.183


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