--- loncom/interface/loncoursedata.pm 2003/06/02 16:57:41 1.73 +++ loncom/interface/loncoursedata.pm 2003/06/02 17:09:09 1.74 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncoursedata.pm,v 1.73 2003/06/02 16:57:41 matthew Exp $ +# $Id: loncoursedata.pm,v 1.74 2003/06/02 17:09:09 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -955,7 +955,7 @@ sub update_student_data { my $awarddetail = $param_hash->{'resource.'.$part.'.awarddetail'}; my $timestamp = $param_hash->{'timestamp'}; # - $solved = '' if (! defined($awarded)); + $solved = '' if (! defined($solved)); $tries = '' if (! defined($tries)); $awarded = '' if (! defined($awarded)); $award = '' if (! defined($award));