--- loncom/interface/slotrequest.pm 2006/05/12 05:12:27 1.61 +++ loncom/interface/slotrequest.pm 2006/05/18 20:53:24 1.62 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for requesting to have slots added to a students record # -# $Id: slotrequest.pm,v 1.61 2006/05/12 05:12:27 albertel Exp $ +# $Id: slotrequest.pm,v 1.62 2006/05/18 20:53:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1147,7 +1147,7 @@ sub show_table { if (exists($show{'proctor'})) { $rowspan=2; @proctors= map { - my ($uname,$udom)=split(/@/,$_); + my ($uname,$udom)=split(/:/,$_); my $fullname=$name_cache{$_}; if (!defined($fullname)) { $fullname = &Apache::loncommon::plainname($uname,$udom);