--- loncom/xml/lontexconvert.pm 2005/08/16 16:29:53 1.68 +++ loncom/xml/lontexconvert.pm 2006/01/27 23:55:15 1.69 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Conversion Module # -# $Id: lontexconvert.pm,v 1.68 2005/08/16 16:29:53 albertel Exp $ +# $Id: lontexconvert.pm,v 1.69 2006/01/27 23:55:15 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -137,8 +137,7 @@ ENDCONV $errorstring) { &Apache::lonnet::logthis("Trying to kill myself"); $Apache::lontexconvert::messedup=1; - my $request=Apache->request(); - $request->child_terminate(); + $Apache::lonxml::request->child_terminate(); } return $xmlstring; }