--- 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.='<td>'.&mt("In Progress").'</td>' } } - $result.="<td>$uname</td>"; + $result.= "<td>".$fullname->{$uname.':'.$udom}. + " <tt>($uname\@$udom)</tt> </td>"; $result.='<td>Slot: '.$slot.' End time: '. &Apache::lonlocal::locallocaltime($slot_data{'endtime'}). "</td></tr>";