--- loncom/homework/grades.pm 2010/04/20 19:04:54 1.625 +++ loncom/homework/grades.pm 2010/04/20 20:23:55 1.626 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.625 2010/04/20 19:04:54 www Exp $ +# $Id: grades.pm,v 1.626 2010/04/20 20:23:55 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3818,8 +3818,6 @@ sub csvuploadmap_header { } my $result=''; - my $checked=(($env{'form.noFirstLine'})?' checked="checked"':''); - my $ignore=&mt('Ignore First Line'); $symb = &Apache::lonenc::check_encrypt($symb); $request->print(< @@ -3831,7 +3829,6 @@ Total number of records found in file: $ 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.
- @@ -3919,7 +3916,6 @@ sub upcsvScores_form { $upfile_select
- ENDUPFORM $result.=&Apache::loncommon::help_open_topic("Course_Convert_To_CSV", @@ -3942,7 +3938,6 @@ sub csvuploadmap { &Apache::loncommon::load_tmp_file($request); } my @records=&Apache::loncommon::upfile_record_sep(); - if ($env{'form.noFirstLine'}) { shift(@records); } &csvuploadmap_header($request,$symb,$datatoken,$#records+1); my ($i,$keyfields); if (@records) { @@ -3978,8 +3973,6 @@ sub csvuploadmap { sub csvuploadoptions { my ($request,$symb)= @_; - my $checked=(($env{'form.noFirstLine'})?'1':'0'); - my $ignore=&mt('Ignore First Line'); $request->print(<

Uploading Class Grade Options

@@ -4041,7 +4034,6 @@ sub csvuploadassign { my $error_msg = ''; &Apache::loncommon::load_tmp_file($request); my @gradedata = &Apache::loncommon::upfile_record_sep(); - if ($env{'form.noFirstLine'}) { shift(@gradedata); } my %fields=&get_fields(); $request->print('

Assigning Grades

'); my $courseid=$env{'request.course.id'};