Diff for /loncom/xml/scripttag.pm between versions 1.134 and 1.134.2.1

version 1.134, 2005/12/15 19:00:36 version 1.134.2.1, 2006/03/29 04:32:19
Line 350  sub start_import { Line 350  sub start_import {
   
   $bodytext=Apache::run::evaluate($bodytext,$safeeval,$$parstack[$#$parstack]);    $bodytext=Apache::run::evaluate($bodytext,$safeeval,$$parstack[$#$parstack]);
   
   if ($target eq 'web' || $target eq 'grade' || $target eq 'answer' ||    if ($target eq 'web' ||  $target eq 'webgrade' || $target eq 'grade' 
       $target eq 'tex' || $target eq 'analyze' ) {        || $target eq 'answer' || $target eq 'tex' || $target eq 'analyze' ) {
     # FIXME this probably needs to be smart about construction vs.      # FIXME this probably needs to be smart about construction vs.
     # non construction space.      # non construction space.
     my $location=&Apache::lonnet::filelocation($Apache::lonxml::pwd['-1'],$bodytext);      my $location=&Apache::lonnet::filelocation($Apache::lonxml::pwd['-1'],$bodytext);

Removed from v.1.134  
changed lines
  Added in v.1.134.2.1


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