Diff for /loncom/homework/bridgetask.pm between versions 1.131 and 1.132

version 1.131, 2006/03/29 20:33:01 version 1.132, 2006/03/29 23:06:22
Line 1877  sub start_IntroParagraph { Line 1877  sub start_IntroParagraph {
  } elsif ($tagstack->[-2] eq 'Task' && $target eq 'webgrade') {   } elsif ($tagstack->[-2] eq 'Task' && $target eq 'webgrade') {
     &Apache::lonxml::startredirection();      &Apache::lonxml::startredirection();
  } else {   } else {
     &Apache:;lonxml::error("Invalid use of <IntroParagraph> inside of <".$tagstack->[-2].">");      &Apache::lonxml::error("Invalid use of <IntroParagraph> inside of <".$tagstack->[-2].">");
     &Apache::lonxml::get_all_text('/introparagraph',$parser,$style);      &Apache::lonxml::get_all_text('/introparagraph',$parser,$style);
  }   }
   

Removed from v.1.131  
changed lines
  Added in v.1.132


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