--- loncom/homework/bridgetask.pm 2006/02/08 22:26:02 1.103 +++ loncom/homework/bridgetask.pm 2006/02/08 22:44:14 1.104 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.103 2006/02/08 22:26:02 albertel Exp $ +# $Id: bridgetask.pm,v 1.104 2006/02/08 22:44:14 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1156,7 +1156,8 @@ FORM $result.=''.&mt("In Progress").'' } } - $result.="$uname"; + $result.= "".$fullname->{$uname.':'.$udom}. + " ($uname\@$udom) "; $result.='Slot: '.$slot.' End time: '. &Apache::lonlocal::locallocaltime($slot_data{'endtime'}). "";