[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 09 Jun 2005 02:12:29 -0000
albertel Wed Jun 8 22:12:29 2005 EDT
Modified files:
/loncom/xml lonxml.pm
Log:
- useless lines
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.374 loncom/xml/lonxml.pm:1.375
--- loncom/xml/lonxml.pm:1.374 Fri May 27 21:32:33 2005
+++ loncom/xml/lonxml.pm Wed Jun 8 22:12:26 2005
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.374 2005/05/28 01:32:33 www Exp $
+# $Id: lonxml.pm,v 1.375 2005/06/09 02:12:26 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1455,8 +1455,6 @@
if ($env{'form.grade_target'} ne 'tex') {
if ( &show_error_warn_msg() ) {
- my $request=$Apache::lonxml::request;
- if (!$request) { $request=Apache->request; }
push(@Apache::lonxml::warning_messages,
$Apache::lonxml::warnings_error_header.
"<b>W</b>ARNING<b>:</b>".join('<br />',@_)."<br />\n");