row added too early to output
This commit is contained in:
@@ -164,9 +164,9 @@ function booking_earlyaccess_csv_report() {
|
||||
else {
|
||||
$output[] = $field;
|
||||
}
|
||||
$row = implode($delimiter, $output) . "\n";
|
||||
$csv .= $row;
|
||||
}
|
||||
}
|
||||
$row = implode($delimiter, $output) . "\n";
|
||||
$csv .= $row;
|
||||
}
|
||||
|
||||
//output the CSV to the browser
|
||||
|
Reference in New Issue
Block a user