--- loncom/interface/Attic/londropadd.pm 2002/03/06 22:34:06 1.20 +++ loncom/interface/Attic/londropadd.pm 2002/04/04 17:32:45 1.22 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to drop and add students in courses # -# $Id: londropadd.pm,v 1.20 2002/03/06 22:34:06 harris41 Exp $ +# $Id: londropadd.pm,v 1.22 2002/04/04 17:32:45 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -129,7 +129,7 @@ sub record_sep { if ($ENV{'form.upfiletype'} eq 'xml') { } elsif ($ENV{'form.upfiletype'} eq 'space') { my $i=0; - foreach (split(/\s+/,$record) { + foreach (split(/\s+/,$record)) { my $field=$_; $field=~s/^(\"|\')//; $field=~s/(\"|\')$//; @@ -253,7 +253,9 @@ sub menu_phase_two_upload {

Identify fields

-Total number of records found in file: $distotal +Total number of records found in file: $distotal
+Enter as many fields as you can. The system will inform you and bring you back +to this page if the data selected is insufficient to run your class.