--- loncom/xml/lonxml.pm 2006/12/20 22:51:27 1.433 +++ loncom/xml/lonxml.pm 2006/12/24 22:13:20 1.434 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.433 2006/12/20 22:51:27 albertel Exp $ +# $Id: lonxml.pm,v 1.434 2006/12/24 22:13:20 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1582,8 +1582,11 @@ sub error { $cdom,$cnum); my $now=time; if ($now-$lastnotified{$key}>86400) { + my $title = &Apache::lonnet::gettitle($symb); + my $sentmessage; &Apache::lonmsg::user_normal_msg($user,$domain, - "Error [$declutter]",$msg); + "Error [$title]",$msg,'','','','', + \$sentmessage,$symb,$title,1); &Apache::lonnet::put('nohist_xmlerrornotifications', {$key => $now}, $cdom,$cnum);