--- loncom/homework/imageresponse.pm 2005/06/07 22:43:08 1.70 +++ loncom/homework/imageresponse.pm 2005/06/21 21:00:55 1.71 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # image click response style # -# $Id: imageresponse.pm,v 1.70 2005/06/07 22:43:08 foxr Exp $ +# $Id: imageresponse.pm,v 1.71 2005/06/21 21:00:55 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -348,7 +348,7 @@ sub start_foil { $target eq 'analyze') { my $name = &Apache::lonxml::get_param('name',$parstack,$safeeval); if (!$name) { - &Apache::lonxml::error("Foils without names exist. This can cause problems to malfunction."); + &Apache::lonxml::warning("Foils without names exist. This can cause problems to malfunction."); $name=$Apache::lonxml::curdepth; } if (defined($Apache::response::foilnames{$name})) {