Diff for /loncom/xml/scripttag.pm between versions 1.89 and 1.91

version 1.89, 2003/05/22 21:05:01 version 1.91, 2003/05/28 21:05:33
Line 55  sub start_LONCAPA_INTERNAL_TURN_STYLE_ON Line 55  sub start_LONCAPA_INTERNAL_TURN_STYLE_ON
 }  }
   
 sub end_LONCAPA_INTERNAL_TURN_STYLE_ON {  sub end_LONCAPA_INTERNAL_TURN_STYLE_ON {
       my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_;
       my $end=&Apache::lonxml::get_param('end',$parstack,$safeeval);
       if (defined($end)) {
    &Apache::lonxml::end_tag($tagstack,$parstack,$token);
       }
     return ('','no');      return ('','no');
 }  }
   
Line 311  sub start_import { Line 316  sub start_import {
     my $id= &Apache::lonxml::get_param('id',$parstack,$safeeval);      my $id= &Apache::lonxml::get_param('id',$parstack,$safeeval);
     if (!$id) { $id=$Apache::lonxml::curdepth; }      if (!$id) { $id=$Apache::lonxml::curdepth; }
     push(@Apache::inputtags::import,$id);      push(@Apache::inputtags::import,$id);
       push(@Apache::inputtags::importlist,$id);
   
  &Apache::lonxml::newparser($parser,\$file,$dir);   &Apache::lonxml::newparser($parser,\$file,$dir);
   

Removed from v.1.89  
changed lines
  Added in v.1.91


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