Export Reservations to CSV
-
When doing an export to CSV, newlines are not properly inserted.
The problem is from line 535 in the class-backend-reservations.php file.
This line should be written asecho implode("\r\n", $csvReservations);
as stated in the php manual at https://php.net/manual/en/language.types.string.php
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Export Reservations to CSV’ is closed to new replies.