Diff for /loncom/xml/lonxml.pm between versions 1.403 and 1.404

version 1.403, 2006/04/11 14:07:33 version 1.404, 2006/04/11 14:17:06
Line 1580  sub error { Line 1580  sub error {
     #public or browsers      #public or browsers
     $errormsg=&mt("An error occured while processing this resource. The author has been notified.");      $errormsg=&mt("An error occured while processing this resource. The author has been notified.");
  }   }
  my $msg = join('<br />',@_)." <p>this error occurred on machine ".   my $msg = join('<br />',@_);
     $perlvar{'lonHostID'}."</p>";  
  #notify author   #notify author
  &Apache::lonmsg::author_res_msg($env{'request.filename'},$msg);   &Apache::lonmsg::author_res_msg($env{'request.filename'},$msg);
  #notify course   #notify course

Removed from v.1.403  
changed lines
  Added in v.1.404


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