fix another variable name

This commit is contained in:
Nathan Coad
2018-07-16 17:25:32 +10:00
parent dbee106fbc
commit 6f23e54dff

View File

@@ -899,7 +899,7 @@ function booking_csv_report() {
// $output[] = $enclosure . str_replace($enclosure, $enclosure . $enclosure, $value) . $enclosure;
//}
//else {
$output[] = $field;
$output[] = $value;
//}
} // End of record processing
$rows[] = $output;