Diff for /loncom/xml/lontexconvert.pm between versions 1.68 and 1.69

version 1.68, 2005/08/16 16:29:53 version 1.69, 2006/01/27 23:55:15
Line 137  ENDCONV Line 137  ENDCONV
  $errorstring) {   $errorstring) {
  &Apache::lonnet::logthis("Trying to kill myself");   &Apache::lonnet::logthis("Trying to kill myself");
  $Apache::lontexconvert::messedup=1;   $Apache::lontexconvert::messedup=1;
  my $request=Apache->request();   $Apache::lonxml::request->child_terminate();
  $request->child_terminate();  
     }      }
     return $xmlstring;      return $xmlstring;
 }  }

Removed from v.1.68  
changed lines
  Added in v.1.69


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