fix another variable name
This commit is contained in:
@@ -899,7 +899,7 @@ function booking_csv_report() {
|
|||||||
// $output[] = $enclosure . str_replace($enclosure, $enclosure . $enclosure, $value) . $enclosure;
|
// $output[] = $enclosure . str_replace($enclosure, $enclosure . $enclosure, $value) . $enclosure;
|
||||||
//}
|
//}
|
||||||
//else {
|
//else {
|
||||||
$output[] = $field;
|
$output[] = $value;
|
||||||
//}
|
//}
|
||||||
} // End of record processing
|
} // End of record processing
|
||||||
$rows[] = $output;
|
$rows[] = $output;
|
||||||
|
Reference in New Issue
Block a user