--- loncom/xml/lonxml.pm 2005/12/20 20:32:55 1.394 +++ loncom/xml/lonxml.pm 2006/01/13 10:33:25 1.395 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.394 2005/12/20 20:32:55 albertel Exp $ +# $Id: lonxml.pm,v 1.395 2006/01/13 10:33:25 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1437,7 +1437,7 @@ ENDNOTFOUND undef($Apache::lonhomework::parsing_a_task); &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, ['rawmode']); - if ($env{'rawmode'}) { $result = $filecontents; } + if ($env{'form.rawmode'}) { $result = $filecontents; } } }