diff --git a/fsfe.org/cgi-bin/reimbursement.php b/fsfe.org/cgi-bin/reimbursement.php index cfcdff85b8..e3bc417c39 100755 --- a/fsfe.org/cgi-bin/reimbursement.php +++ b/fsfe.org/cgi-bin/reimbursement.php @@ -9,7 +9,7 @@ require 'PHPMailer/PHPMailer.php'; require 'PHPMailer/SMTP.php'; $html = ''; // create empty variable -$csv = array(array("Employee name", "Date", "Amount (EUR)", "Recipient name", "Activity Tag", "Activity Text", "Category ID", "Category Text", "Description", "", "Receipt number", "Remarks")); // create array for CSV +$csv = array(array("Employee name", "Date", "Amount (EUR)", "Recipient name", "Activity Tag", "Activity Text", "Category ID", "Category Text", "Description", "Receipt number", "Remarks")); // create array for CSV $csvfile = tmpfile(); $csvfile_path = stream_get_meta_data($csvfile)['uri']; @@ -219,12 +219,11 @@ foreach ($entry as $key => $date) { // run over each row