From 6f23e54dffe782c225d5a319ca4235db097d8201 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Mon, 16 Jul 2018 17:25:32 +1000 Subject: [PATCH] fix another variable name --- booking.reports.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.reports.inc b/booking.reports.inc index 387b3bb..5f8f4f6 100644 --- a/booking.reports.inc +++ b/booking.reports.inc @@ -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;