@@ -, +, @@ --- misc/cronjobs/runreport.pl | 1 + 1 file changed, 1 insertion(+) --- a/misc/cronjobs/runreport.pl +++ a/misc/cronjobs/runreport.pl @@ -274,6 +274,7 @@ foreach my $report_id (@ARGV) { $message = $cgi->table(join "", @rows); } elsif ($format eq 'csv') { my $csv = Text::CSV_XS->new({ + binary => 1, quote_char => $quote, sep_char => $separator, }); --