--- loncom/homework/bridgetask.pm 2006/05/25 19:37:47 1.154 +++ loncom/homework/bridgetask.pm 2006/05/25 19:39:13 1.155 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.154 2006/05/25 19:37:47 albertel Exp $ +# $Id: bridgetask.pm,v 1.155 2006/05/25 19:39:13 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1612,8 +1612,6 @@ sub select_user { $seclist.=''; } - my $studentdis = $student; - $studentdis =~ tr/:/@/; $result.=< @@ -1625,7 +1623,7 @@ sub select_user { $seclist - $fullname->{$student} ($studentdis) + $classlist->{$student}[&Apache::loncoursedata::CL_FULLNAME()] ($student) RESULT }