Skip to content

Commit

Permalink
gradebook MDL-25887 removed some commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjdavis committed Jan 11, 2011
1 parent df2f526 commit 83e364c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/import/csv/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
$filename = $CFG->dataroot.'/temp/gradeimport/cvs/'.$USER->id.'/'.$importcode;
$fp = fopen($filename, "r");
$headers = fgets($fp,GRADE_CSV_LINE_LENGTH);
$header = explode($csv_delimiter, $headers);//, PARAM_RAW
$header = explode($csv_delimiter, $headers);
}

$mform2 = new grade_import_mapping_form(null, array('gradeitems'=>$gradeitems, 'header'=>$header));
Expand Down

0 comments on commit 83e364c

Please sign in to comment.