--- loncom/homework/grades.pm 2007/06/13 15:22:38 1.402 +++ loncom/homework/grades.pm 2007/06/13 17:18:48 1.403 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.402 2007/06/13 15:22:38 www Exp $ +# $Id: grades.pm,v 1.403 2007/06/13 17:18:48 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) {