Diff for /loncom/homework/bridgetask.pm between versions 1.128.2.3 and 1.128.2.4

version 1.128.2.3, 2006/03/29 23:05:00 version 1.128.2.4, 2006/03/30 16:50:18
Line 1872  sub start_IntroParagraph { Line 1872  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 {  
     &Apache::lonxml::error("Invalid use of <IntroParagraph> inside of <".$tagstack->[-2].">");  
     &Apache::lonxml::get_all_text('/introparagraph',$parser,$style);  
  }   }
   
     }      }

Removed from v.1.128.2.3  
changed lines
  Added in v.1.128.2.4


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