[LON-CAPA-cvs] cvs: loncom /homework bridgetask.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 25 May 2006 19:39:16 -0000
albertel Thu May 25 15:39:16 2006 EDT
Modified files:
/loncom/homework bridgetask.pm
Log:
- another case of putting @ as the name/domain seperator
Index: loncom/homework/bridgetask.pm
diff -u loncom/homework/bridgetask.pm:1.154 loncom/homework/bridgetask.pm:1.155
--- loncom/homework/bridgetask.pm:1.154 Thu May 25 15:37:47 2006
+++ loncom/homework/bridgetask.pm Thu May 25 15:39:13 2006
@@ -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 @@
$seclist.='<input type="hidden" name="chosensections"
value="'.$sec.'" />';
}
- my $studentdis = $student;
- $studentdis =~ tr/:/@/;
$result.=<<RESULT;
<tr>
<td>
@@ -1625,7 +1623,7 @@
<input type="submit" name="submit" value="Regrade" />
$seclist
</form>
- <td>$fullname->{$student} <tt>($studentdis)</tt></td>
+ <td>$classlist->{$student}[&Apache::loncoursedata::CL_FULLNAME()] <tt>($student)</tt></td>
<td>
RESULT
}