--- loncom/homework/optionresponse.pm 2001/06/02 03:59:59 1.11 +++ loncom/homework/optionresponse.pm 2001/06/05 16:32:01 1.12 @@ -200,6 +200,7 @@ sub end_foil { } } if ($target eq 'edit') { + my $args; my $options= &Apache::lonxml::get_param('options',$parstack,$safeeval); if (!$options && $#$parstack > 2 ) { $args=$$parstack['-2']; } my @opt;