--- loncom/homework/grades.pm 2004/10/14 20:39:34 1.221 +++ loncom/homework/grades.pm 2004/10/18 19:37:10 1.222 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.221 2004/10/14 20:39:34 albertel Exp $ +# $Id: grades.pm,v 1.222 2004/10/18 19:37:10 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1411,7 +1411,8 @@ sub submission { if (!&canview($usec)) { $request->print('Unable to view requested student.('. - $uname.$udom.$usec.$ENV{'request.course.id'}.')'); + $uname.'@'.$udom.' in section '.$usec.' in course id '. + $ENV{'request.course.id'}.')'); $request->print(&show_grading_menu_form($symb,$url)); return; }