--- loncom/homework/bridgetask.pm 2006/02/08 21:55:36 1.101 +++ loncom/homework/bridgetask.pm 2006/02/08 22:04:34 1.102 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.101 2006/02/08 21:55:36 albertel Exp $ +# $Id: bridgetask.pm,v 1.102 2006/02/08 22:04:34 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1443,10 +1443,12 @@ sub select_user { $seclist.=''; } + my $studentdis = $student; + $studentdis =~ tr/:/@/; $result.=< -
+ @@ -1454,7 +1456,7 @@ sub select_user { $seclist
- $fullname->{$student} + $fullname->{$student} ($studentdis) RESULT }