[LON-CAPA-cvs] cvs: loncom /interface slotrequest.pm

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 18 May 2006 20:53:24 -0000


albertel		Thu May 18 16:53:24 2006 EDT

  Modified files:              
    /loncom/interface	slotrequest.pm 
  Log:
  - missed a @ -> : 
  
  
Index: loncom/interface/slotrequest.pm
diff -u loncom/interface/slotrequest.pm:1.61 loncom/interface/slotrequest.pm:1.62
--- loncom/interface/slotrequest.pm:1.61	Fri May 12 01:12:27 2006
+++ loncom/interface/slotrequest.pm	Thu May 18 16:53:24 2006
@@ -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 @@
 	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);