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

version 1.133, 2005/12/01 18:46:17 version 1.134, 2005/12/15 19:00:36
Line 545  sub start_parse { Line 545  sub start_parse {
  }   }
  @Apache::scripttag::parser_env = @_;   @Apache::scripttag::parser_env = @_;
  $result=&Apache::run::run("return &xmlparse(q\0$inside\0);",$safeeval);   $result=&Apache::run::run("return &xmlparse(q\0$inside\0);",$safeeval);
    if ($target eq 'grade' || $target eq 'answer' ||
       $target eq 'analyze') {
       # grade/answer/analyxe should produce no output but if we
       # are redirecting, the redirecter should know what to do
       # with the output
       if (!$Apache::lonxml::redirection) { $result=''; }
    }
     }      }
     return $result;      return $result;
 }  }

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


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