--- loncom/homework/grades.pm 2007/05/10 16:06:09 1.399 +++ loncom/homework/grades.pm 2007/06/13 17:20:12 1.399.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.399 2007/05/10 16:06:09 albertel Exp $ +# $Id: grades.pm,v 1.399.2.1 2007/06/13 17:20:12 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1959,8 +1959,8 @@ KEYWORDS ($env{'form.lastSub'} eq 'hdgrade' && $$handgrade{$$part[0].'_'.$$part[1]} eq 'yes')) { my $display_part=&get_display_part($partid,$symb); - $lastsubonly.='Debug -'.'Part: '. - $display_part.' ( hhhh ID '.$respid. + $lastsubonly.='Part: '. + $display_part.' ( ID '.$respid. ' )   '; my $files=&get_submitted_files($udom,$uname,$partid,$respid,\%record); if (@$files) {