--- loncom/xml/scripttag.pm 2003/05/14 13:33:00 1.88 +++ loncom/xml/scripttag.pm 2003/06/18 20:36:32 1.98 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # $linktext"; } elsif ($target eq 'tex') { $result = '}'; } else { @@ -310,6 +324,7 @@ sub start_import { my $id= &Apache::lonxml::get_param('id',$parstack,$safeeval); if (!$id) { $id=$Apache::lonxml::curdepth; } push(@Apache::inputtags::import,$id); + push(@Apache::inputtags::importlist,$id); &Apache::lonxml::newparser($parser,\$file,$dir);