[LON-CAPA-cvs] cvs: loncom /xml lontexconvert.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 27 Jan 2006 23:55:15 -0000
albertel Fri Jan 27 18:55:15 2006 EDT
Modified files:
/loncom/xml lontexconvert.pm
Log:
- Apache 2 compatability
Index: loncom/xml/lontexconvert.pm
diff -u loncom/xml/lontexconvert.pm:1.68 loncom/xml/lontexconvert.pm:1.69
--- loncom/xml/lontexconvert.pm:1.68 Tue Aug 16 12:29:53 2005
+++ loncom/xml/lontexconvert.pm Fri Jan 27 18:55:15 2006
@@ -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 @@
$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;
}