Diff for /loncom/xml/lonxml.pm between versions 1.46 and 1.47

version 1.46, 2001/01/06 16:22:55 version 1.47, 2001/01/06 16:52:34
Line 44  sub xmlparse { Line 44  sub xmlparse {
  if ($target eq 'meta') {   if ($target eq 'meta') {
    $Apache::lonxml::textredirection = 0;     $Apache::lonxml::textredirection = 0;
    $Apache::lonxml::on_offimport = 1;     $Apache::lonxml::on_offimport = 1;
    } elsif ($target eq 'grade') {
      $Apache::lonxml::textredirection = 0;
      $Apache::lonxml::on_offimport = 0;
  } else {   } else {
    $Apache::lonxml::textredirection = 1;     $Apache::lonxml::textredirection = 1;
    $Apache::lonxml::on_offimport = 0;     $Apache::lonxml::on_offimport = 0;

Removed from v.1.46  
changed lines
  Added in v.1.47


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